#include <Geometry.h>
Public Member Functions | |
| Transformation () | |
| Default constructor - doesn't initialize the matrix. | |
| Transformation (Rotation const &R) | |
| Creates a transformation matrix corresponding to the rotation matrix. | |
Public Attributes | |
| union { | |
| float T [4][4] | |
| The transformation matrix. | |
| float T_flat [16] | |
| The transformation matrix in row-major order. | |
| }; | |
1.5.1-p1