new IauOrientationAxes
The Axes representing the orientation of a Central Body as represented by the data from the IAU/IAG Working Group reports on rotational elements.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
computeFunction |
Function |
<optional> |
The function that computes the IauOrientationParameters given a JulianDate. |
Throws:
DeveloperError
: computeFunction is required.
- Iau2000Orientation
See:
Source:
Methods
-
evaluate
-
Computes a rotation from ICRF to a Central Body's Fixed axes.
Parameters:
Name Type Description date
JulianDate The date to evaluate the matrix. result
Matrix3 The object onto which to store the result. Returns:
Matrix The modified result parameter or a new instance of the rotation from ICRF to Fixed.