Iau2000Orientation.ComputeSun Method |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static IauOrientationParameters ComputeSun(
JulianDate date
)
Public Shared Function ComputeSun (
date As JulianDate
) As IauOrientationParameters
public:
static IauOrientationParameters^ ComputeSun(
JulianDate date
)
static member ComputeSun :
date : JulianDate -> IauOrientationParameters
Parameters
- date
- Type: AGI.Foundation.Time.JulianDate
The date to evaluate the parameters.
Return Value
Type:
IauOrientationParametersThe
IauOrientationParameters representing the orientation of the Sun.
See Also