SRM Reference Manual
Types
SRM_Matrix_3x3
/*!
 * TYPEDEF: SRM_Matrix_3x3
 *
 *   This data type specifies a two-dimensional array of nine SRM_Long_Float
 *   variables representing a 3x3 matrix.
 */
typedef SRM_Long_Float SRM_Matrix_3x3[3][3];


Prev: SRM_Map_Projection_Surface_Coordinate. Next: SRM_Matrix_4x4.


Return to: Top of this Page, Type Index