|
Motive Animation System
An open source project by
FPL.
|
Describe one portion of the QuadraticSpring curve. Useful for quickly evaluating the curve iteratively. More...
#include <curve_util.h>
Describe one portion of the QuadraticSpring curve. Useful for quickly evaluating the curve iteratively.
Public Member Functions | |
| Context (float coeff, float peak, float peak_x, float valid_start_x, float valid_end_x) | |
Public Attributes | |
| float | coeff |
| float | peak |
| float | peak_x |
| Range | valid_x |