|
libt3d 2.6
|
Homogeneous matrix. More...
#include <t3d.h>
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. | |
Homogeneous matrix.
Internal representation of a T3D of type T3D_MATRIX.