libt3d  2.6
Public Member Functions | Public Attributes
T3DMatrix Struct Reference

Homogeneous matrix. More...

#include <t3d.h>

List of all members.

Public Member Functions

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

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.