/*
 * STRUCT: SRM_GSM_3D_COORD
 *
 *   A coordinate within the Geocentric Solar Magnetospheric (GSM) 3D Spatial
 *   Reference Frame (SRF).
 *
 *   Only used within the SE_COORD_3D union.  Parallels the definition
 *   of the fields for the <GSM Location 3D> class.
 */
typedef struct
{
SE_FLOAT64 longitude; (notes)
SE_FLOAT64 latitude; (notes)
SE_FLOAT64 radius; (notes)
} SRM_GSM_3D_COORD;


Field Notes

longitude

 in degrees of arc

latitude

 in degrees of arc

radius

 distance from the mass-center of reference object;
 non-negative; in meters
Prev: SRM_GSE_3D_PARAMETERS. Next: SRM_GSM_3D_PARAMETERS. Up:Index