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