/*
 * STRUCT: SRM_GEI_3D_COORD
 *
 *   A coordinate within the Geocentric Equatorial Inertial (GEI) 3D Spatial
 *   Reference Frame (SRF).
 *
 *   Only used within the SE_COORD_3D union.  Parallels the definition
 *   of the fields for the <GEI Location 3D> class.
 */
typedef struct
{
SE_FLOAT64 right_ascension; (notes)
SE_FLOAT64 declination; (notes)
SE_FLOAT64 radius; (notes)
} SRM_GEI_3D_COORD;


Field Notes

right_ascension

 in degrees of arc

declination

 in degrees of arc

radius

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