/* * STRUCT: SRM_EC_2D_COORD * * A coordinate within the Equidistant Cylindrical (EC) 2D Spatial * Reference Frame (SRF). * * Only used within the SE_COORD_2D union. Parallels the definition * of the fields for the <EC Location 2D> class. */
| typedef | struct | ||
| { | |||
| SE_FLOAT64 | x; | (notes) | |
| SE_FLOAT64 | y; | (notes) |
in meters; positive eastward
in meters; positive northwardPrev: SE_DIRECTION_OF_UP_ENUM. Next: SRM_EC_2D_PARAMETERS. Up:Index