Click or drag to resize

RhumbLineInterpolator Constructor (CentralBody)

Initializes a rhumb line 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: 24.1.418.0 (24.1.418.0)
Syntax
public RhumbLineInterpolator(
	CentralBody centralBody
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body used when interpolating with Interpolate(IEnumerableCartesian).
Exceptions
ExceptionCondition
ArgumentNullExceptioncentralBody is null.
See Also