, including all inherited members.
CalcApprox(TMCLocationRec *nextRec, TMCLocationRec *prevRec, TMCBezierPath *bezierPath) | TMCLocationRec | |
CalcError(TMCLocationRec *nextRec) | TMCLocationRec | [protected] |
CalcLength(TMCLocationRec *nextRec) | TMCLocationRec | |
CalcLinearApprox(TMCLocationRec *nextRec, int16 level=0, real posMin=0.0f, real posMax=1.0f) | TMCLocationRec | |
CalcNormalAcceleration(TMCLocationRec *nextRec, TMCLocationRec *prevRec) | TMCLocationRec | |
CalcPseudoCurv(TMCLocationRec *nextRec, TMCLocationRec *prevRec) | TMCLocationRec | |
CalcVectorUp(TMCLocationRec *nextRec, TMCLocationRec *prevRec, const boolean isLinear) | TMCLocationRec | |
Clone() const | TMCLocationRec | |
ConvertTangent() | TMCLocationRec | |
ConvertTangentDerivative() | TMCLocationRec | |
CopyDataFrom(const TMCLocationRec *from) | TMCLocationRec | |
Degenerate() | TMCLocationRec | |
DistanceToBezierPos(real linearDistance, TMCLocationRec *nextRec) | TMCLocationRec | |
fLastBankingV | TMCLocationRec | |
fLength | TMCLocationRec | |
fLengthFactor | TMCLocationRec | |
fLinearApprox | TMCLocationRec | |
fLinearApproxBezierPos | TMCLocationRec | |
fLinearApproxDistance | TMCLocationRec | |
fLocation | TMCLocationRec | |
fNextControlDirection | TMCLocationRec | [protected] |
fNextControlDistance | TMCLocationRec | [protected] |
fNextControlVectorUp | TMCLocationRec | [protected] |
fNextVectorUp | TMCLocationRec | [protected] |
fNormalAcceleration | TMCLocationRec | |
fPrevControlDirection | TMCLocationRec | [protected] |
fPrevControlDistance | TMCLocationRec | [protected] |
fPrevControlVectorUp | TMCLocationRec | [protected] |
fPrevVectorUp | TMCLocationRec | [protected] |
fSegmentBeginPos | TMCLocationRec | |
fType | TMCLocationRec | |
GetAcceleration(real segmentBezierPos, TVector3 &point, TMCLocationRec *nextRec) | TMCLocationRec | |
GetLocation() | TMCLocationRec | [inline] |
GetNextControlDirection() | TMCLocationRec | [inline] |
GetNextControlDistance() | TMCLocationRec | [inline] |
GetNextControlLocation() | TMCLocationRec | |
GetNextControlVectorUp() | TMCLocationRec | [inline] |
GetNextVectorUp() | TMCLocationRec | [inline] |
GetNormalAcceleration(real segmentBezierPos, TVector3 &point, TMCLocationRec *nextRec) | TMCLocationRec | |
GetPrevControlDirection() | TMCLocationRec | [inline] |
GetPrevControlDistance() | TMCLocationRec | [inline] |
GetPrevControlLocation() | TMCLocationRec | |
GetPrevControlVectorUp() | TMCLocationRec | [inline] |
GetPrevVectorUp() | TMCLocationRec | [inline] |
GetSpeed(real segmentBezierPos, TVector3 &point, TMCLocationRec *nextRec) | TMCLocationRec | |
GetVectorUp(real segmentBezierPos, TVector3 &speed, TVector3 &point, TMCLocationRec *nextRec) | TMCLocationRec | |
Interpolate(real segmentBezierPos, TVector3 &outPoint, TMCLocationRec *nextRec) | TMCLocationRec | |
Link() | TMCLocationRec | |
LinkDerivative() | TMCLocationRec | |
SetLocation(const TVector3 &newLocation) | TMCLocationRec | [inline] |
SetNextControlDirection(const TVector3 &dir) | TMCLocationRec | |
SetNextControlDistance(const real32 dist) | TMCLocationRec | |
SetNextControlLocation(const TVector3 &newNextControl) | TMCLocationRec | |
SetPrevControlDirection(const TVector3 &dir) | TMCLocationRec | |
SetPrevControlDistance(const real32 dist) | TMCLocationRec | |
SetPrevControlLocation(const TVector3 &newPrevControl) | TMCLocationRec | |
Subdivide(real segmentBezierPos, TMCLocationRec *nextRec, TMCLocationRec &rec1, TMCLocationRec &rec2, TMCLocationRec &rec3) | TMCLocationRec | |
TMCLocationRec() | TMCLocationRec | |
UnLink() | TMCLocationRec | |