/*
 * 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)
} SRM_GM_3D_COORD;


Field Notes

gm_latitude

 in degrees

gm_longitude

 in degrees

radius

 distance from the mass-center of the reference object;
 non-negative; expressed in units of ORM/ERM radius
Prev: SE_GEI_EPOCH_ENUM. Next: SRM_GM_3D_PARAMETERS. Up:Index