CTransform.h File Reference

Implements a transformation matrix. More...

#include "math/CMatrix3d.h"

Go to the source code of this file.

Classes

struct  chai3d::cTransform
 This class implements a 4D transformation matrix encoded as column-major. More...
 

Namespaces

 chai3d
 

Functions

cTransform chai3d::operator* (const cTransform &a_matrix1, const cTransform &a_matrix2)
 
cVector3d chai3d::operator* (const cTransform &a_matrix, const cVector3d &a_vector)