SRM Reference Manual
Types
SRM_Euclidean_2D_Coordinate
/*!
 * STRUCT: SRM_Euclidean_2D_Coordinate
 *
 *   This type contains the Euclidean 2D coordinate values.
 */
typedef struct
{

SRM_Long_Float u;
SRM_Long_Float v;
} SRM_Euclidean_2D_Coordinate;



Prev: SRM_EI_3D_Coordinate. Next: SRM_Euclidean_3D_Coordinate.


Return to: Top of this Page, Type Index