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

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