CreateClamped(Vector< N, Real > const &derivative0, Vector< N, Real > const &derivative1) | gte::NaturalSplineCurve< N, Real > | protected |
CreateClosed() | gte::NaturalSplineCurve< N, Real > | protected |
CreateFree() | gte::NaturalSplineCurve< N, Real > | protected |
DEFAULT_MAX_BISECTIONS enum value | gte::ParametricCurve< N, Real > | protected |
DEFAULT_ROMBERG_ORDER enum value | gte::ParametricCurve< N, Real > | protected |
Evaluate(Real t, unsigned int maxOrder, Vector< N, Real > values[4]) const | gte::NaturalSplineCurve< N, Real > | virtual |
GetKeyInfo(Real t, int &key, Real &dt) const | gte::NaturalSplineCurve< N, Real > | protected |
GetLength(Real t0, Real t1) const | gte::ParametricCurve< N, Real > | |
GetNumPoints() const | gte::NaturalSplineCurve< N, Real > | inline |
GetNumSegments() const | gte::ParametricCurve< N, Real > | inline |
GetPoints() const | gte::NaturalSplineCurve< N, Real > | inline |
GetPosition(Real t) const | gte::ParametricCurve< N, Real > | |
GetSpeed(Real t) const | gte::ParametricCurve< N, Real > | |
GetTangent(Real t) const | gte::ParametricCurve< N, Real > | |
GetTime(Real length) const | gte::ParametricCurve< N, Real > | |
GetTimes() const | gte::ParametricCurve< N, Real > | inline |
GetTMax() const | gte::ParametricCurve< N, Real > | inline |
GetTMin() const | gte::ParametricCurve< N, Real > | inline |
GetTotalLength() const | gte::ParametricCurve< N, Real > | |
mA | gte::NaturalSplineCurve< N, Real > | protected |
mAccumulatedLength | gte::ParametricCurve< N, Real > | mutableprotected |
mB | gte::NaturalSplineCurve< N, Real > | protected |
mC | gte::NaturalSplineCurve< N, Real > | protected |
mConstructed | gte::ParametricCurve< N, Real > | protected |
mD | gte::NaturalSplineCurve< N, Real > | protected |
mMaxBisections | gte::ParametricCurve< N, Real > | protected |
mRombergOrder | gte::ParametricCurve< N, Real > | protected |
mSegmentLength | gte::ParametricCurve< N, Real > | mutableprotected |
mTime | gte::ParametricCurve< N, Real > | protected |
NaturalSplineCurve(bool isFree, int numPoints, Vector< N, Real > const *points, Real const *times) | gte::NaturalSplineCurve< N, Real > | |
NaturalSplineCurve(int numPoints, Vector< N, Real > const *points, Real const *times, Vector< N, Real > const &derivative0, Vector< N, Real > const &derivative1) | gte::NaturalSplineCurve< N, Real > | |
operator bool() const | gte::ParametricCurve< N, Real > | inline |
ParametricCurve(Real tmin, Real tmax) | gte::ParametricCurve< N, Real > | protected |
ParametricCurve(int numSegments, Real const *times) | gte::ParametricCurve< N, Real > | protected |
SetMaxBisections(unsigned int maxBisections) | gte::ParametricCurve< N, Real > | |
SetRombergOrder(int order) | gte::ParametricCurve< N, Real > | |
SetTimeInterval(Real tmin, Real tmax) | gte::ParametricCurve< N, Real > | |
SubdivideByLength(int numPoints, Vector< N, Real > *points) const | gte::ParametricCurve< N, Real > | |
SubdivideByTime(int numPoints, Vector< N, Real > *points) const | gte::ParametricCurve< N, Real > | |
~NaturalSplineCurve() | gte::NaturalSplineCurve< N, Real > | virtual |
~ParametricCurve() | gte::ParametricCurve< N, Real > | virtual |