CentralBodyInertialAxes Constructor (CentralBodyInertialAxesComputeOrientationParameters) |
Initializes a new instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CentralBodyInertialAxes(
CentralBodyInertialAxesComputeOrientationParameters function
)
Public Sub New (
function As CentralBodyInertialAxesComputeOrientationParameters
)
public:
CentralBodyInertialAxes(
CentralBodyInertialAxesComputeOrientationParameters^ function
)
new :
function : CentralBodyInertialAxesComputeOrientationParameters -> CentralBodyInertialAxes
Parameters
- function
- Type: AGI.Foundation.CelestialCentralBodyInertialAxesComputeOrientationParameters
The function that produces the necessary IauOrientationParameters.
Remarks See Also