Iau2015OrientationComputeGanymede Method |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static IauOrientationParameters ComputeGanymede(
JulianDate date
)
Public Shared Function ComputeGanymede (
date As JulianDate
) As IauOrientationParameters
public:
static IauOrientationParameters^ ComputeGanymede(
JulianDate date
)
static member ComputeGanymede :
date : JulianDate -> IauOrientationParameters
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The date to evaluate the parameters.
Return Value
Type:
IauOrientationParametersThe
IauOrientationParameters representing the orientation of Ganymede.
See Also