/* * STRUCT: SRM_LSR_2D_COORD * * A coordinate within the Local Space Rectangular (LSR2) 2D Spatial * Reference Frame (SRF). * * Only used within the SE_COORD_2D union. Parallels the definition of the * fields for the <LSR Location 2D> class. */
| typedef | struct | ||
| { | |||
| SE_FLOAT64 | x; | (notes) | |
| SE_FLOAT64 | y; | (notes) |
in meters, unless used in unitless Model
in meters, unless used in unitless ModelPrev: SRM_LCC_3D_PARAMETERS. Next: SRM_LSR_2D_PARAMETERS. Up:Index