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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> NutationParameters
- 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