Motive Animation System
An open source project by FPL.
 All Classes Functions Variables Typedefs Friends Pages
motive::MotiveNode1f Class Reference

A waypoint in MotiveTarget1f. Describes one key point through which a value is animated. More...

#include <target.h>

Detailed Description

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.
 

The documentation for this class was generated from the following file: