| pointFollower derived from ygTransform | Example | Source | Header |
| 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