Public Member Functions | |
const TeMatrix4x4 & | currentMatrix () const |
bool | isEmpty () const |
void | loadIdentity () |
void | loadMatrix (const TeMatrix4x4 &matrix) |
void | multiplyMatrix (const TeMatrix4x4 &matrix) |
void | popMatrix () |
void | pushMatrix () |
void | rotate (const TeQuaternion &rot) |
void | rotate (float f, const TeVector3f32 &rot) |
void | scale (const TeVector3f32 &scale) |
uint | size () |
void | translate (const TeVector3f32 &trans) |