TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
sDampedSpringPosition< T, TF, BASE, TREF > Member List

This is the complete list of members for sDampedSpringPosition< T, TF, BASE, TREF >, including all inherited members.

ComputeAcceleration(TREF avD)sDampedSpring< T, TF, BASE, TREF >
GetCurrentPosition() const sDampedSpringPosition< T, TF, BASE, TREF >
GetDampingRatio() const sDampedSpring< T, TF, BASE, TREF >
GetEndThreshold() const sDampedSpringPosition< T, TF, BASE, TREF >
GetIdealPosition() const sDampedSpringPosition< T, TF, BASE, TREF >
GetIsEnded() const sDampedSpringPosition< T, TF, BASE, TREF >
GetKd() const sDampedSpring< T, TF, BASE, TREF >
GetKs() const sDampedSpring< T, TF, BASE, TREF >
GetSpeed() const sDampedSpringPosition< T, TF, BASE, TREF >
GetStep() const sDampedSpringPosition< T, TF, BASE, TREF >
GetVelocity() const sDampedSpring< T, TF, BASE, TREF >
mfEndThresholdsDampedSpringPosition< T, TF, BASE, TREF >
mfSpeedsDampedSpringPosition< T, TF, BASE, TREF >
mfStepsDampedSpringPosition< T, TF, BASE, TREF >
mKdsDampedSpring< T, TF, BASE, TREF >
mKssDampedSpring< T, TF, BASE, TREF >
mvCurrentPossDampedSpringPosition< T, TF, BASE, TREF >
mvIdealPossDampedSpringPosition< T, TF, BASE, TREF >
mvVelsDampedSpring< T, TF, BASE, TREF >
sDampedSpring()sDampedSpring< T, TF, BASE, TREF >
sDampedSpringPosition()sDampedSpringPosition< T, TF, BASE, TREF >
SetCurrentPosition(TREF avPos)sDampedSpringPosition< T, TF, BASE, TREF >
SetDampingRatio(ni::tF32 E)sDampedSpring< T, TF, BASE, TREF >
SetEndThreshold(tF32 afEndThreshold)sDampedSpringPosition< T, TF, BASE, TREF >
SetIdealPosition(TREF avPos)sDampedSpringPosition< T, TF, BASE, TREF >
SetKd(TF aKd)sDampedSpring< T, TF, BASE, TREF >
SetKs(TF aKs)sDampedSpring< T, TF, BASE, TREF >
SetSpeed(tF32 afSpeed)sDampedSpringPosition< T, TF, BASE, TREF >
SetStep(tF32 afStep)sDampedSpringPosition< T, TF, BASE, TREF >
SetStiffnessAndDampingRatio(ni::tF32 aKs, ni::tF32 E)sDampedSpring< T, TF, BASE, TREF >
SetVelocity(TREF avVel)sDampedSpring< T, TF, BASE, TREF >
UpdatePosition(ni::tF32 afDeltaTime)sDampedSpringPosition< T, TF, BASE, TREF >
UpdateVelocity(ni::tF32 afDeltaTime, TREF avD)sDampedSpring< T, TF, BASE, TREF >
UpdateVelocityWithAcceleration(ni::tF32 afDeltaTime, TREF avAcc)sDampedSpring< T, TF, BASE, TREF >