libt3d  2.6
Public Member Functions | Public Attributes | List of all members
T3DMatrix Struct Reference

Homogeneous matrix. More...

#include <t3d.h>

Public Member Functions

double & operator[] (unsigned int i)
 Acessor for matrices elements. More...
 
double & operator() (unsigned int i, unsigned int j)
 Acessor for matrices elements. More...
 

Public Attributes

T3DType type
 internal representation type.
 
short flags
 special behavior.
 
int err
 last error code.
 
double matrix [16]
 Homogeneous matrix.
 

Detailed Description

Homogeneous matrix.

Internal representation of a T3D of type T3D_MATRIX.