IauOrientationParameters Constructor  | 
 
            Instantiate 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 IauOrientationParameters(
	double rightAscension,
	double declination,
	double rotation,
	double rotationRate
)
Public Sub New ( 
	rightAscension As Double,
	declination As Double,
	rotation As Double,
	rotationRate As Double
)
public:
IauOrientationParameters(
	double rightAscension, 
	double declination, 
	double rotation, 
	double rotationRate
)
new : 
        rightAscension : float * 
        declination : float * 
        rotation : float * 
        rotationRate : float -> IauOrientationParametersParameters
- rightAscension
 - Type: SystemDouble
The right ascension of the pole, in radians. - declination
 - Type: SystemDouble
The declination of the pole, in radians. - rotation
 - Type: SystemDouble
The rotation about the pole, in radians. - rotationRate
 - Type: SystemDouble
The rotation rate about the pole, in radians per second. 
See Also