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];
} SRM_Matrix_4x4;



Prev: SRM_Matrix_3x3. Next: SRM_OM_Coordinate_2D.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™