|
Motive Animation System
An open source project by
FPL.
|
Float representation of a point on the spline. More...
#include <compact_spline.h>
Float representation of a point on the spline.
This node represents the x, y, and derivative values of a data point. Users can pass in an array of such nodes to CompactSpline::InitFromNodes(). Useful when you want to specify a reasonably short spline in code.
Public Attributes | |
| float | x |
| float | y |
| float | derivative |