Initializes a new Nutation with specified angles in longitude and in obliquity.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Nutation(
double longitude,
double obliquity,
double omega
)
Public Sub New (
longitude As Double,
obliquity As Double,
omega As Double
)
public:
Nutation(
double longitude,
double obliquity,
double omega
)
new :
longitude : float *
obliquity : float *
omega : float -> Nutation
Parameters
- longitude
- Type: SystemDouble
The nutation in longitude, in radians - obliquity
- Type: SystemDouble
The nutation in obliquity, in radians - omega
- Type: SystemDouble
The longitude of the mean ascending node of the lunar orbit on the
ecliptic plane measured from the mean equinox of date, in radians
See Also