/* * STRUCT: SRM_SM_3D_COORD * * A coordinate within the Solar Magnetic (SM) 3D Spatial Reference Frame * (SRF). * * Only used within the SE_COORD_3D union. Parallels the definition * of the fields for the <SM 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: SE_RGB_DATA. Next: SRM_SM_3D_PARAMETERS. Up:Index