33#include <NDEVR/Path.h>
34#include <NDEVR/Angle.h>
35#include <NDEVR/DesignObjectLookup.h>
Stores an angle in an optimized format.
Definition StringStream.h:352
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition DesignObjectLookup.h:61
Definition MovementPath.h:39
void updateObject(const DesignObjectLookup *lookup)
Definition MovementPath.h:56
Buffer< Time > m_time
Definition MovementPath.h:44
Path rotation_path[3]
Definition MovementPath.h:43
void setAngleChannel(uint01 dim, const Buffer< Angle< fltp08 > > &path)
Definition MovementPath.h:52
void setPositionChannel(uint01 dim, const Buffer< fltp04 > &path)
Definition MovementPath.h:48
UUID object
Definition MovementPath.h:41
MovementPath(const Buffer< Time > &time)
Definition MovementPath.h:45
Path location_path[3]
Definition MovementPath.h:42
static Path createMonotoneCubicPathSorted(const Buffer< Time > &time, const Buffer< fltp04 > &y)
Definition TimePath.h:172
uint8_t uint01
-Defines an alias representing a 1 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:98