IauOrientationAxes Constructor (ComputeIauOrientationParameters) |
Create a new set of Axes based on the given orientation function.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IauOrientationAxes(
ComputeIauOrientationParameters orientationFunction
)
Public Sub New (
orientationFunction As ComputeIauOrientationParameters
)
public:
IauOrientationAxes(
ComputeIauOrientationParameters^ orientationFunction
)
new :
orientationFunction : ComputeIauOrientationParameters -> IauOrientationAxes
Parameters
- orientationFunction
- Type: AGI.Foundation.CelestialComputeIauOrientationParameters
The function which computes the
IauOrientationParameters given a JulianDate.
See Also