Precession Class |
Namespace: AGI.Foundation.Celestial
The Precession type exposes the following members.
Name | Description | |
---|---|---|
Precession |
Initializes a new instance with the specified parameters.
|
Name | Description | |
---|---|---|
MeanObliquity |
Gets the mean obliquity of the ecliptic, in radians.
| |
Theta |
Gets the accumulated precession angle theta, in radians, used to tilt the x-y-plane to the mean equator of date.
| |
Z |
Gets the accumulated precession angle z, in radians, used to align the x-axis with the mean equinox of date by rotating
along the mean equator of date.
| |
Zeta |
Gets the accumulated precession angle zeta, in radians, used to align the x-axis toward the direction in which
the pole is to be tilted off of the ICRF z-axis.
|
Name | Description | |
---|---|---|
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).) | |
Equals(Precession) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Equality |
Returns if the two instances are exactly equal.
| |
Inequality |
Returns if the two instances are not exactly equal.
|