Spline is a piecewise polynomial curve that defines a path in a 3-dimensional space. More...
Public Member Functions | |
long | getNative () |
Gets a pointer to the backing C++ instance. More... | |
Protected Attributes | |
SplineWrapper | mWrapper |
Spline is a piecewise polynomial curve that defines a path in a 3-dimensional space.
The spline consists of any number of piecewise segments. Each piecewise segment of the spline is a polynomial of the form: y = a + b*x + c*x^2 + d*x^3 + ..., where coefficients a,b,c,d... are Vector3 values that define the spline, x is the time point value from range (0,1) that is used to index the spline, and y is the resulting value of the path.
long getNative | ( | ) |
Gets a pointer to the backing C++ instance.