|
Motive Animation System
An open source project by
FPL.
|
Initialize a MotivatorNf move towards target using ease-in ease-out math. More...
#include <init.h>
Initialize a MotivatorNf move towards target using ease-in ease-out math.
Call MotivatorNf::SetTargetWithShape to set the target the curve moves towards.
Public Member Functions | |
| MOTIVE_INTERFACE () | |
| EaseInEaseOutInit (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 |