Iau2015OrientationComputeCeres 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 ComputeCeres(
	JulianDate date
)
Public Shared Function ComputeCeres ( 
	date As JulianDate
) As IauOrientationParameters
public:
static IauOrientationParameters^ ComputeCeres(
	JulianDate date
)
static member ComputeCeres : 
        date : JulianDate -> IauOrientationParameters 
Parameters
- date
 - Type: AGI.Foundation.TimeJulianDate
The date to evaluate the parameters. 
Return Value
Type: 
IauOrientationParametersThe 
IauOrientationParameters representing the orientation of Ceres.
See Also