_matrix33.h File Reference
#include "mathlib/_vector3.h"
#include "mathlib/quaternion.h"
#include "mathlib/euler.h"
#include "matrixdefs.h"
#include <memory.h>
Go to the source code of this file.
Classes | |
| class | _matrix33 |
Defines | |
| #define | n_swap(x, y) { float t=x; x=y; y=t; } |
Functions | |
| static _matrix33 | operator * (const _matrix33 &m0, const _matrix33 &m1) |
Variables | |
| static float | _matrix33_ident [9] |
Define Documentation
|
|
|
Function Documentation
|
||||||||||||
|
Definition at line 102 of file _matrix33.h. |
Variable Documentation
|
|
Initial value:
{
1.0f, 0.0f, 0.0f,
0.0f, 1.0f, 0.0f,
0.0f, 0.0f, 1.0f,
}
Definition at line 18 of file _matrix33.h. |