Declared in Spacecraft
Declaration
void SetGeodeticElements(
double latitude,
double longitude,
double altitude,
string orbitingBody
);Description
Sets the Geodetic Elements of Latitude, Longitude and Altitude to some properties in the element struct.
Parameters
| Name | Description |
|---|---|
| latitude | |
| longitude | |
| altitude | |
| orbitingBody | The name of the body orbiting |