|
Motive Animation System
An open source project by
FPL.
|
Initialize a MotivatorNf that holds values and velocities that never change. More...
#include <init.h>
Initialize a MotivatorNf that holds values and velocities that never change.
All calls to SetTarget functions are ignored.
Public Member Functions | |
| MOTIVE_INTERFACE () | |
| ConstInit (const float *start_values, const float *start_derivatives=nullptr) | |
Public Member Functions inherited from motive::SimpleInit | |
| SimpleInit (MotivatorType type) | |
| SimpleInit (MotivatorType type, const float *start_values, const float *start_derivatives=nullptr) | |
Public Member Functions inherited from motive::MotivatorInit | |
| MotivatorInit (MotivatorType type) | |
| The derived class's constructor should set 'type'. | |
| MotivatorType | type () const |
| void | set_type (MotivatorType type) |
Additional Inherited Members | |
Public Attributes inherited from motive::SimpleInit | |
| const float * | start_values |
| const float * | start_derivatives |