TSTransform
Engine/source/ts/tsTransform.h
struct for encapsulating ts transform related static functions
Public Static Functions
applyScale(const Point3F & scale, MatrixF * )
applyScale(const TSScale & scale, MatrixF * )
applyScale(F32 scale, MatrixF * )
interpolate(F32 p1, F32 p2, F32 t)
Detailed Description
struct for encapsulating ts transform related static functions
Public Static Functions
applyScale(const Point3F & scale, MatrixF * )
applyScale(const TSScale & scale, MatrixF * )
applyScale(F32 scale, MatrixF * )
interpolate(const Point3F & p1, const Point3F & p2, F32 t, Point3F * )
interpolate(const QuatF & q1, const QuatF & q2, F32 t, QuatF * )
interpolate(const TSScale & s1, const TSScale & s2, F32 t, TSScale * )
interpolate(F32 p1, F32 p2, F32 t)
setMatrix(const QuatF & q, const Point3F & p, MatrixF * )
setMatrix(const QuatF & q, MatrixF * )