|
SRM Reference Manual
Types SRM_Matrix_4x4 |
|---|
/* * STRUCT: SRM_Matrix_4x4 * * This data type is used to specify the kind of 4x4 matrix used to * orient and locate models, grids, and so on in the currently scoped * 'world' spatial reference frame. */
| typedef | struct | |
| { | ||
| SRM_Long_Float | mat[4][4]; |
|