Iau2009OrientationComputePluto 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 ComputePluto(
	JulianDate date
)
Public Shared Function ComputePluto ( 
	date As JulianDate
) As IauOrientationParameters
public:
static IauOrientationParameters^ ComputePluto(
	JulianDate date
)
static member ComputePluto : 
        date : JulianDate -> IauOrientationParameters 
Parameters
- date
 - Type: AGI.Foundation.TimeJulianDate
The date to evaluate the parameters. 
Return Value
Type: 
IauOrientationParametersThe 
IauOrientationParameters representing the orientation of Pluto.
Remarks
            The values used here are actually based on an erratum to the original article.
            The original article was published in: Celestial Mechanics and Dynamical Astronomy 110:293-304.
            The erratum was published in: Celestial Mechanics and Dynamical Astronomy 110:401-403.
            
See Also