JplDEGetEarthNutationModel Method |
Creates a
NutationModel which uses this JPL DE data for the nutation of the Earth.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NutationModel GetEarthNutationModel()
Public Function GetEarthNutationModel As NutationModel
public:
NutationModel^ GetEarthNutationModel()
member GetEarthNutationModel : unit -> NutationModel
Return Value
Type:
NutationModelThe Earth's nutation.
See Also