AI_TMatrix33.h File Reference
#include "AI_TVector3.h"
#include "AI_Quaternion.h"
#include "euler.h"
#include <memory.h>
Go to the source code of this file.
Classes | |
class | AI_TMatrix33 |
Defines | |
#define | n_swap(x, y) { float t=x; x=y; y=t; } |
Functions | |
static AI_TMatrix33 | operator * (const AI_TMatrix33 &m0, const AI_TMatrix33 &m1) |
static AI_TVector3 | operator * (const AI_TMatrix33 &m, const AI_TVector3 &v) |
Variables | |
static float | ai_matrix33_ident [9] |
Define Documentation
#define n_swap | ( | x, | |||
y | ) | { float t=x; x=y; y=t; } |
Function Documentation
static AI_TVector3 operator * | ( | const AI_TMatrix33 & | m, | |
const AI_TVector3 & | v | |||
) | [inline, static] |
static AI_TMatrix33 operator * | ( | const AI_TMatrix33 & | m0, | |
const AI_TMatrix33 & | m1 | |||
) | [inline, static] |
Variable Documentation
float ai_matrix33_ident[9] [static] |
Initial value:
{ 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, }