SRM Reference Manual
Types
SRM_Vector_3D
/*!
 * TYPEDEF: SRM_Vector_3D
 *
 *   This data type specifies an array of three SRM_Long_Float variables
 *   representing a vector in 3D Euclidean space.
 */
typedef SRM_Long_Float SRM_Vector_3D[3];


Prev: SRM_Unused.


Return to: Top of this Page, Type Index