Go to the source code of this file.
Compounds | |
class | Matrix4 |
4x4 matrix class with numerous operators, conversions, etc. More... | |
Functions | |
void | trans_from_rotate (const float mat3[9], Matrix4 *mat4) |
Transform 3x3 into 4x4 matrix:. More... | |
void | print_Matrix4 (const Matrix4 *mat4) |
Print formatted matrix. More... |
|
Print formatted matrix.
|
|
Transform 3x3 into 4x4 matrix:.
Definition at line 397 of file Matrix4.C. Referenced by get_transform_to_orthonormal_cell. |