IauOrientationParameters Constructor |
Instantiate 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 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 -> IauOrientationParameters
Parameters
- 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