pointFollower derived from ygTransform Example Source Header

Description: a transform that moves a percentage along a path of points

notes:
Category: Transformation
Author: Alex Hill
11/01/01
12/20/02 Alex Hill - modified to change heading and pitch
Revision: 12/01/04 Alex Hill - added upright message to prevent pitch adjustment

    Messages
file file load a point file
path string local a point file (deprecated)
point three floats add a point to the point list
points multiple floats add a point to the point list
set float set the percentage along the point path
value float set the percentage along the point path (deprecated)
position float set the percentage along the point path (deprecated)
upright [bool] set the pitch to remain upright
    Comments

constructor pointFollower

destructor ~pointFollower

method reset

1 set the position to 0.0
2 set upright to false
3 clear the points list

method message

1 load a point file
2 local a point file (deprecated)
3 add a point to the point list
4 add a point to the point list
5 set the percentage along the point path
6 set the percentage along the point path (deprecated)
7 set the pitch to remain upright

method loadPath

method interpolate

constructor pointFollowerCatmullRomCurve

method setControlPoints

method value

method tangent

method computeCoefficients