|
Motive Animation System
An open source project by
FPL.
|
A waypoint in MotiveTarget1f. Describes one key point through which a value is animated. More...
#include <target.h>
A waypoint in MotiveTarget1f. Describes one key point through which a value is animated.
Public Member Functions | |
| MotiveNode1f (float value, float velocity, MotiveTime time, motive::ModularDirection direction=motive::kDirectionClosest) | |
Public Attributes | |
| float | value |
Desired value to animate to at time. | |
| float | velocity |
Speed when at time. | |
| MotiveTime | time |
| Time to achieve this key point. | |
| ModularDirection | direction |
| When using modular arithmetic, which of two directions to go. | |