/* * STRUCT: SRM_GM_3D_COORD * * A coordinate within the Geomagnetic (GM) 3D Spatial Reference Frame (SRF). * * Only used within the SE_COORD_3D union. Parallels the definition * of the fields for the <GM Location 3D> class. */
| typedef | struct | ||
| { | |||
| SE_FLOAT64 | gm_latitude; | (notes) | |
| SE_FLOAT64 | gm_longitude; | (notes) | |
| SE_FLOAT64 | radius; | (notes) |
in degrees
in degrees
distance from the mass-center of the reference object; non-negative; expressed in units of ORM/ERM radiusPrev: SE_GEI_EPOCH_ENUM. Next: SRM_GM_3D_PARAMETERS. Up:Index