TSTransform Struct Reference#include <tsTransform.h>
Detailed Description
struct for encapsulating ts transform related static functions
|
Static Public Member Functions |
static Point3F & | interpolate (const Point3F &p1, const Point3F &p2, F32 t, Point3F *) |
static F32 | interpolate (F32 p1, F32 p2, F32 t) |
static QuatF & | interpolate (const QuatF &q1, const QuatF &q2, F32 t, QuatF *) |
static TSScale & | interpolate (const TSScale &s1, const TSScale &s2, F32 t, TSScale *) |
static void | setMatrix (const QuatF &q, MatrixF *) |
static void | setMatrix (const QuatF &q, const Point3F &p, MatrixF *) |
static void | applyScale (F32 scale, MatrixF *) |
static void | applyScale (const Point3F &scale, MatrixF *) |
static void | applyScale (const TSScale &scale, MatrixF *) |
Member Function Documentation
F32 TSTransform::interpolate |
( |
F32 |
p1, |
|
|
F32 |
p2, |
|
|
F32 |
t | |
|
) |
| | [inline, static] |
|