newspeoplefor developersdocumentationdownloads

_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

#define n_swap x,
 )     { float t=x; x=y; y=t; }
 


Function Documentation

static _matrix33 operator * const _matrix33 m0,
const _matrix33 m1
[inline, static]
 

Definition at line 102 of file _matrix33.h.


Variable Documentation

float _matrix33_ident[9] [static]
 

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.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.