Click or drag to resize

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)
Syntax
public IauOrientationParameters(
	double rightAscension,
	double declination,
	double rotation,
	double rotationRate
)

Parameters

rightAscension
Type: System.Double
The right ascension of the pole, in radians.
declination
Type: System.Double
The declination of the pole, in radians.
rotation
Type: System.Double
The rotation about the pole, in radians.
rotationRate
Type: System.Double
The rotation rate about the pole, in radians per second.
See Also