API Documentation
|
#include <TimePath.h>
Public Member Functions | |
Path () | |
Path (const Buffer< Time > &time, const Buffer< fltp04 > &y, const Buffer< fltp04 > &m) | |
Path (const Path &path) | |
Path (const Path &&path) | |
fltp08 | interpolateX (const Time ¤t_time) |
Path & | operator= (const Path &path) |
Static Public Member Functions | |
static Path | createMonotoneCubicPath (const Buffer< Time > &time, const Buffer< fltp04 > &y) |
static Path | createMonotoneCubicPathAzimuth (const Buffer< Time > &time, const Buffer< Angle< fltp08 > > &y) |
static Path | createMonotoneCubicPathSorted (const Buffer< Time > &time, const Buffer< fltp04 > &y) |
static Path | createMonotoneAngleCubicPathSorted (const Buffer< Time > &time, const Buffer< Angle< fltp08 > > &y) |
Protected Attributes | |
Buffer< Time > | mX |
Buffer< fltp04 > | mY |
Buffer< fltp04 > | mM |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |