libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
This is the complete list of members for moCurve2< Real >, including all inherited members.
Finish() | moAbstract | virtual |
GetCurvature(Real fTime) const | moCurve2< Real > | inline |
GetFirstDerivative(Real fTime) const =0 | moCurve2< Real > | pure virtual |
GetFrame(Real fTime, moVector2< Real > &rkPosition, moVector2< Real > &rkTangent, moVector2< Real > &rkNormal) const | moCurve2< Real > | inline |
GetLength(Real fT0, Real fT1) const =0 | moCurve2< Real > | pure virtual |
GetMaxTime() const | moCurve2< Real > | inline |
GetMinTime() const | moCurve2< Real > | inline |
GetNormal(Real fTime) const | moCurve2< Real > | inline |
GetPosition(Real fTime) const =0 | moCurve2< Real > | pure virtual |
GetSecondDerivative(Real fTime) const =0 | moCurve2< Real > | pure virtual |
GetSpeed(Real fTime) const | moCurve2< Real > | inline |
GetTangent(Real fTime) const | moCurve2< Real > | inline |
GetThirdDerivative(Real fTime) const =0 | moCurve2< Real > | pure virtual |
GetTime(Real fLength, int iIterations=32, Real fTolerance=(Real) 1e-06) const =0 | moCurve2< Real > | pure virtual |
GetTotalLength() const | moCurve2< Real > | inline |
GetVariation(Real fT0, Real fT1, const moVector2< Real > *pkP0=0, const moVector2< Real > *pkP1=0) const =0 | moCurve2< Real > | pure virtual |
Init() | moAbstract | virtual |
Initialized() | moAbstract | |
m_bInitialized | moAbstract | |
m_fTMax | moCurve2< Real > | protected |
m_fTMin | moCurve2< Real > | protected |
moAbstract() | moAbstract | |
moCurve2(Real fTMin, Real fTMax) | moCurve2< Real > | inline |
MODebug | moAbstract | static |
MODebug2 | moAbstract | static |
SetTimeInterval(Real fTMin, Real fTMax) | moCurve2< Real > | inline |
SubdivideByLength(int iNumPoints, moVector2< Real > *&rakPoint) const | moCurve2< Real > | inline |
SubdivideByTime(int iNumPoints, moVector2< Real > *&rakPoint) const | moCurve2< Real > | inline |
SubdivideByVariation(Real fMinVariation, int iMaxLevel, int &riNumPoints, moVector2< Real > *&rakPoint) const | moCurve2< Real > | inline |
SubdivideByVariation(Real fT0, const moVector2< Real > &rkP0, Real fT1, const moVector2< Real > &rkP1, Real fMinVariation, int iLevel, int &riNumPoints, PointList *&rpkList) const | moCurve2< Real > | inlineprotected |
~moAbstract() | moAbstract | virtual |
~moCurve2() | moCurve2< Real > | inlinevirtual |