/*
 * STRUCT: SRM_OM_3D_COORD
 *
 *   A coordinate within the Augmented Oblique Mercator (AOM) 3D
 *   Spatial Reference Frame (SRF).
 *
 *   Only used within the SE_COORD_3D union.  Parallels the definition
 *   of the fields for the <OM Location 3D> class.
 */
typedef struct
{
SE_FLOAT64 x; (notes)
SE_FLOAT64 y; (notes)
SE_FLOAT64 z; (notes)
} SRM_OM_3D_COORD;


Field Notes

x

 in meters; positive "rightwards" of y axis

y

 in meters; positive in direction from parametric
 location 1 to parametric location 2

z

 Elevation or height; positive along xy surface normal
Prev: SRM_OM_2D_PARAMETERS. Next: SRM_OM_3D_PARAMETERS. Up:Index