|
Motive Animation System
An open source project by
FPL.
|
Initialization parameters to create a cubic curve with start and end y-values and derivatives. Start is x = 0. End is x = width_x. More...
#include <curve.h>
Initialization parameters to create a cubic curve with start and end y-values and derivatives. Start is x = 0. End is x = width_x.
Public Member Functions | |
| CubicInit (const float start_y, const float start_derivative, const float end_y, const float end_derivative, const float width_x) | |
Public Attributes | |
| float | start_y |
| float | start_derivative |
| float | end_y |
| float | end_derivative |
| float | width_x |