/*
 * STRUCT: SRM_LSR_3D_COORD
 *
 *   A coordinate within the Local Space Rectangular (LSR) 3D Spatial
 *   Reference Frame (SRF).
 *
 *   Only used within the SE_COORD_3D union.  Parallels the definition
 *   of the fields for the <LSR Location 3D> class.
 */
typedef struct
{
SE_FLOAT64 x; (notes)
SE_FLOAT64 y; (notes)
SE_FLOAT64 z; (notes)
} SRM_LSR_3D_COORD;


Field Notes

x

 in meters, unless used in unitless Model

y

 in meters, unless used in unitless Model

z

 in meters, unless used in unitless Model;
 positive along xy surface normal
Prev: SRM_LSR_2D_PARAMETERS. Next: SRM_LSR_3D_PARAMETERS. Up:Index