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