SRM Reference Manual
Types
SRM_Matrix_4x4
/*!
 * TYPEDEF: SRM_Matrix_4x4
 *
 *   This data type specifies a two-dimensional array of sixteen SRM_Long_Float
 *   variables representing a 4x4 matrix.
 */
typedef SRM_Long_Float SRM_Matrix_4x4[4][4];


Prev: SRM_Matrix_3x3. Next: SRM_Object_Reference.


Return to: Top of this Page, Type Index