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 moSingleCurve3< Real >, including all inherited members.
Finish() | moAbstract | virtual |
GetBinormal(Real fTime) const | moCurve3< Real > | inline |
GetCurvature(Real fTime) const | moCurve3< Real > | inline |
GetFirstDerivative(Real fTime) const =0 | moCurve3< Real > | pure virtual |
GetFrame(Real fTime, moVector3< Real > &rkPosition, moVector3< Real > &rkTangent, moVector3< Real > &rkNormal, moVector3< Real > &rkBinormal) const | moCurve3< Real > | inline |
GetLength(Real fT0, Real fT1) const | moSingleCurve3< Real > | inlinevirtual |
GetMaxTime() const | moCurve3< Real > | inline |
GetMinTime() const | moCurve3< Real > | inline |
GetNormal(Real fTime) const | moCurve3< Real > | inline |
GetPosition(Real fTime) const =0 | moCurve3< Real > | pure virtual |
GetSecondDerivative(Real fTime) const =0 | moCurve3< Real > | pure virtual |
GetSpeed(Real fTime) const | moCurve3< Real > | inline |
GetSpeedWithData(Real fTime, void *pvData) | moSingleCurve3< Real > | inlineprotectedstatic |
GetTangent(Real fTime) const | moCurve3< Real > | inline |
GetThirdDerivative(Real fTime) const =0 | moCurve3< Real > | pure virtual |
GetTime(Real fLength, int iIterations, Real fTolerance) const | moSingleCurve3< Real > | inlinevirtual |
GetTorsion(Real fTime) const | moCurve3< Real > | inline |
GetTotalLength() const | moCurve3< Real > | inline |
GetVariation(Real fT0, Real fT1, const moVector3< Real > *pkP0, const moVector3< Real > *pkP1) const =0 | moCurve3< Real > | pure virtual |
Init() | moAbstract | virtual |
Initialized() | moAbstract | |
m_bInitialized | moAbstract | |
m_fTMax | moCurve3< Real > | protected |
m_fTMin | moCurve3< Real > | protected |
moAbstract() | moAbstract | |
moCurve3(Real fTMin, Real fTMax) | moCurve3< Real > | inline |
MODebug | moAbstract | static |
MODebug2 | moAbstract | static |
moSingleCurve3(Real fTMin, Real fTMax) | moSingleCurve3< Real > | inline |
SetTimeInterval(Real fTMin, Real fTMax) | moCurve3< Real > | inline |
SubdivideByLength(int iNumPoints, moVector3< Real > *&rakPoint) const | moCurve3< Real > | inline |
SubdivideByTime(int iNumPoints, moVector3< Real > *&rakPoint) const | moCurve3< Real > | inline |
SubdivideByVariation(Real fT0, const moVector3< Real > &rkP0, Real fT1, const moVector3< Real > &rkP1, Real fMinVariation, int iLevel, int &riNumPoints, PointList *&rpkList) const | moCurve3< Real > | inlineprotected |
~moAbstract() | moAbstract | virtual |
~moCurve3() | moCurve3< Real > | inlinevirtual |