EarthCentralBody Constructor |
Namespace: AGI.Foundation.Celestial
You should generally obtain an instance of this class from the CentralBodiesFacet instance in the calculation context instead of creating one directly.
A default-constructed instance of EarthCentralBody has the following characteristics:
This example shows how to obtain the Earth from the calculation context:
EarthCentralBody earth = CentralBodiesFacet.GetFromContext().Earth;