Click or drag to resize

CentralBodyInertialAxes Constructor (CentralBodyInertialAxesComputeOrientationParameters)

Initializes a new instance.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CentralBodyInertialAxes(
	CentralBodyInertialAxesComputeOrientationParameters function
)

Parameters

function
Type: AGI.Foundation.CelestialCentralBodyInertialAxesComputeOrientationParameters
The function that produces the necessary IauOrientationParameters.
Remarks
See ComputeMoon(JulianDate) for an example orientation function.
See Also