Public Member Functions | |
void | SetTimeParameterizationMethod (TimeParameterizationMethod::Values method) |
void | GetInterpolatedPositionInPlace (double t, dv3 &out_position) const |
bool | IsValid () const |
int | GetNumberOfPoints () const |
const std::vector < CatmullRomSplinePoint > & | GetPoints () const |
void | AddPoint (dv3 position) |
void | RemovePoint (int index) |
void | RemoveLastPoint () |
void | Clear () |