/*
 * STRUCT: SRM_LSR_3D_PARAMETERS
 *
 *   The parameters needed to define the Local Space Rectangular (LSR)
 *   3D Spatial Reference Frame (SRF). See the Spatial Reference Model
 *   for details.
 */
typedef struct
{
/*
* Specification of Object Reference Model (ORM)
*/
SE_DIRECTION_OF_UP_ENUM up_direction;
SE_DIRECTION_OF_FORWARD_ENUM forward_direction;
} SRM_LSR_3D_PARAMETERS;
Prev: SRM_LSR_3D_COORD. Next: SRM_LTP_2D_COORD. Up:Index