newspeoplefor developersdocumentationdownloads

_matrix44.h File Reference

#include "mathlib/_vector3.h"
#include "mathlib/_vector4.h"
#include "mathlib/quaternion.h"
#include "mathlib/euler.h"
#include "mathlib/matrixdefs.h"
#include <memory.h>

Go to the source code of this file.


Classes

class  _matrix44

Defines

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

Functions

static _matrix44 operator * (const _matrix44 &m0, const _matrix44 &m1)

Variables

static float _matrix44_ident [16]

Define Documentation

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


Function Documentation

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

Definition at line 824 of file _matrix44.h.


Variable Documentation

float _matrix44_ident[16] [static]
 

Initial value:

{
    1.0f, 0.0f, 0.0f, 0.0f,
    0.0f, 1.0f, 0.0f, 0.0f,
    0.0f, 0.0f, 1.0f, 0.0f,
    0.0f, 0.0f, 0.0f, 1.0f
}

Definition at line 19 of file _matrix44.h.

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