GreatArcInterpolator Constructor (CentralBody) | 
 
Initializes a great arc interpolator with the specified 
centralBody
and a 
Granularity of 
1 degree.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GreatArcInterpolator(
	CentralBody centralBody
)
Public Sub New ( 
	centralBody As CentralBody
)
public:
GreatArcInterpolator(
	CentralBody^ centralBody
)
new : 
        centralBody : CentralBody -> GreatArcInterpolatorParameters
- centralBody
 - Type: AGI.Foundation.CelestialCentralBody
The central body used when interpolating with Interpolate(IEnumerableCartesian). 
Exceptions
See Also