ModifiedKeplerianElements Constructor (EquinoctialElements, Double, Double) | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ModifiedKeplerianElements(
	EquinoctialElements elements,
	double eccentricityTolerance,
	double inclinationTolerance
)
Public Sub New ( 
	elements As EquinoctialElements,
	eccentricityTolerance As Double,
	inclinationTolerance As Double
)
public:
ModifiedKeplerianElements(
	EquinoctialElements^ elements, 
	double eccentricityTolerance, 
	double inclinationTolerance
)
new : 
        elements : EquinoctialElements * 
        eccentricityTolerance : float * 
        inclinationTolerance : float -> ModifiedKeplerianElementsParameters
- elements
 - Type: AGI.Foundation.CoordinatesEquinoctialElements
The set of Equinoctial elements. - eccentricityTolerance
 - Type: SystemDouble
            The tolerance which defines the value of 'zero' to use when checking whether the
            eccentricity is zero, below which the orbit is circular.
             - inclinationTolerance
 - Type: SystemDouble
            The tolerance which defines the value of 'zero' to use when checking whether the
            inclination is zero, below which the orbit is equatorial.
             
Exceptions
See Also