/* * 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) |
in degrees of arc
in degrees of arc
distance from the mass-center of reference object; non-negative; in metersPrev: SRM_GSE_3D_PARAMETERS. Next: SRM_GSM_3D_PARAMETERS. Up:Index