SRM Reference Manual
Types
SRM_Euclidean_3D_Coordinate
/*!
 * STRUCT: SRM_Euclidean_3D_Coordinate
 *
 *   This non-object data type specifies the 3D coordinate-components for
 *   Euclidean space SRFTs.
 */
typedef struct
{

SRM_Long_Float u;
SRM_Long_Float v;
SRM_Long_Float w;
} SRM_Euclidean_3D_Coordinate;



Prev: SRM_Euclidean_2D_Coordinate. Next: SRM_Integer.


Return to: Top of this Page, Type Index