pointMover derived from ygTransform Example Source Header

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

notes:
Category: Transformation
Author: Alex Hill
Revision: 11/01/02

    Messages
file file load a point file
path string, string load a point file (deprecated)
point three floats, 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)
    Comments

constructor pointMover

destructor ~pointMover

method reset

1 set the position to 0.0
2 clear the points list

method message

1 load a point file
2 load 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)

method loadPath

method interpolate

0.1 interpolate the position
0.2 interpolate the orientation with quaternians
0.3 set the matrix

constructor pointMoverCatmullRomCurve

method setControlPoints

method value

method computeCoefficients