/* * STRUCT: SRM_GSE_3D_COORD * * A coordinate within the Geocentric Solar Ecliptic (GSE) 3D Spatial * Reference Frame (SRF). * * Only used within the SE_COORD_3D union. Parallels the definition of the * fields for the <GSE 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_GM_3D_PARAMETERS. Next: SRM_GSE_3D_PARAMETERS. Up:Index