/* * STRUCT: SRM_OM_2D_COORD * * A coordinate within the Oblique Mercator (OM) 2D Spatial * Reference Frame (SRF). * * Only used within the SE_COORD_2D union. Parallels the definition * of the fields for the <OM Location 2D> class. */
| typedef | struct | ||
| { | |||
| SE_FLOAT64 | x; | (notes) | |
| SE_FLOAT64 | y; | (notes) |
in meters; positive "rightwards" of y axis
in meters; positive in direction from parametric location 1 to parametric location 2Prev: SE_MATRIX_4X4_TYPE. Next: SRM_OM_2D_PARAMETERS. Up:Index