Click or drag to resize

RhumbLineInterpolator Constructor (CentralBody, Double)

Initializes a rhumb line interpolator with the specified centralBody and granularity.

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,
	double granularity
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body used when interpolating with Interpolate(IEnumerableCartesian).
granularity
Type: SystemDouble
The granularity, in radians, used when interpolating with Interpolate(IEnumerableCartesian).
Exceptions
ExceptionCondition
ArgumentNullExceptioncentralBody is null.
ArgumentOutOfRangeExceptiongranularity must be greater than zero.
See Also