VInterpController
Engine/source/Verve/VActor/VInterpController.h
Public Functions
getPosition(const F32 & pDelta)
Get Position.
getRotation(const F32 & pDelta)
Get Rotation.
getTransform(const F32 & pDelta)
Get Transform.
resetDelta(const MatrixF & pMatrix)
Reset Delta.
Detailed Description
Protected Attributes
Point3F mPosition [2]
QuatF mRotation [2]
Public Functions
getPosition(const F32 & pDelta)
Get Position.
getRotation(const F32 & pDelta)
Get Rotation.
getTransform(const F32 & pDelta)
Get Transform.
popDelta(void )
Pop Delta.
pushDelta(const MatrixF & pMatrix)
Push Delta (Matrix)
pushDelta(const Point3F & pPosition, const AngAxisF & pAngAxis)
Push Delta (AngAxis)
pushDelta(const Point3F & pPosition, const QuatF & pRotation)
Push Delta.
pushDelta(const Point3F & pPosition, const VectorF & pForwardVector)
Push Delta (Vector)
resetDelta(const MatrixF & pMatrix)
Reset Delta.
resetDelta(const Point3F & pPosition, const AngAxisF & pAngAxis)
Reset Delta (AngAxis)
resetDelta(const Point3F & pPosition, const QuatF & pRotation)
Reset Delta.
resetDelta(const Point3F & pPosition, const VectorF & pForwardVector)
Reset Delta (Vector)