ComputePoly(int i0, int i1, int i2, int i3) | gte::TCBSplineCurve< 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::TCBSplineCurve< N, Real > | virtual |
GetBiases() const | gte::TCBSplineCurve< N, Real > | inline |
GetContinuities() const | gte::TCBSplineCurve< N, Real > | inline |
GetKeyInfo(Real t, int &key, Real &dt) const | gte::TCBSplineCurve< N, Real > | protected |
GetLength(Real t0, Real t1) const | gte::ParametricCurve< N, Real > | |
GetNumPoints() const | gte::TCBSplineCurve< N, Real > | inline |
GetNumSegments() const | gte::ParametricCurve< N, Real > | inline |
GetPoints() const | gte::TCBSplineCurve< 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 > | |
GetTensions() const | gte::TCBSplineCurve< N, Real > | inline |
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::TCBSplineCurve< N, Real > | protected |
mAccumulatedLength | gte::ParametricCurve< N, Real > | mutableprotected |
mB | gte::TCBSplineCurve< N, Real > | protected |
mBias | gte::TCBSplineCurve< N, Real > | protected |
mC | gte::TCBSplineCurve< N, Real > | protected |
mConstructed | gte::ParametricCurve< N, Real > | protected |
mContinuity | gte::TCBSplineCurve< N, Real > | protected |
mD | gte::TCBSplineCurve< N, Real > | protected |
mMaxBisections | gte::ParametricCurve< N, Real > | protected |
mPoints | gte::TCBSplineCurve< N, Real > | protected |
mRombergOrder | gte::ParametricCurve< N, Real > | protected |
mSegmentLength | gte::ParametricCurve< N, Real > | mutableprotected |
mTension | gte::TCBSplineCurve< N, Real > | protected |
mTime | gte::ParametricCurve< N, Real > | protected |
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 > | |
TCBSplineCurve(int numPoints, Vector< N, Real > const *points, Real const *times, Real const *tension, Real const *continuity, Real const *bias) | gte::TCBSplineCurve< N, Real > | |
~ParametricCurve() | gte::ParametricCurve< N, Real > | virtual |
~TCBSplineCurve() | gte::TCBSplineCurve< N, Real > | virtual |