Click or drag to resize

IauOrientationParameters Class

A structure containing the orientation data computed at a particular time. The data represent the direction of the pole of rotation and the rotation about that pole.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CelestialIauOrientationParameters

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class IauOrientationParameters : IEquatable<IauOrientationParameters>

The IauOrientationParameters type exposes the following members.

Constructors
  NameDescription
Public methodIauOrientationParameters
Instantiate a new instance.
Top
Properties
  NameDescription
Public propertyDeclination
Gets the declination of the north pole of the body with respect to the International Celestial Reference Frame, in radians.
Public propertyRightAscension
Gets the right ascension of the north pole of the body with respect to the International Celestial Reference Frame, in radians.
Public propertyRotation
Gets the rotation about the north pole used to align a set of axes with the meridian defined by the IAU report, in radians.
Public propertyRotationRate
Gets the instantaneous rotation rate about the north pole, in radians per second.
Top
Methods
  NameDescription
Public methodEquals(IauOrientationParameters)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
Remarks
These values correspond to what is released by the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements, with two notable exceptions: the values are in radians as opposed to degrees, and the analytical models are computed in terrestrial time as opposed to barycentric dynamical time.
See Also