Click or drag to resize

Nutation Class

Holds nutation angles in longitude and in obliquity.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CelestialNutation

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 Nutation : IEquatable<Nutation>

The Nutation type exposes the following members.

Constructors
  NameDescription
Public methodNutation
Initializes a new Nutation with specified angles in longitude and in obliquity.
Top
Properties
  NameDescription
Public propertyLongitude
Gets the nutation in longitude, in radians.
Public propertyObliquity
Gets the nutation in obliquity, in radians.
Public propertyOmega
Gets the longitude of the mean ascending node of the lunar orbit on the ecliptic plane measured from the mean equinox of date.
Top
Methods
  NameDescription
Public methodEquals(Nutation)
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
See Also