![]() |
API Documentation
|
Logic for moving an object across a path of both position, and optionally, orientation. More...
#include <MovementPath.h>
Public Member Functions | |
| MovementPath (const Buffer< Time > &time) | |
| void | setAngleChannel (uint01 dim, const Buffer< Angle< fltp08 > > &path) |
| void | setPositionChannel (uint01 dim, const Buffer< fltp04 > &path) |
| void | updateObject (const DesignObjectLookup *) |
Public Attributes | |
| Path | location_path [3] |
| Buffer< Time > | m_time |
| UUID | object |
| Path | rotation_path [3] |
Logic for moving an object across a path of both position, and optionally, orientation.
|
inline |
|
inline |
| Path location_path[3] |
| UUID object |
| Path rotation_path[3] |