Click or drag to resize

RhumbLineInterpolator.Interpolate Method

Computes a rhumb line based on the input positions.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override sealed Collection<Cartesian> Interpolate(
	IEnumerable<Cartesian> positions
)

Parameters

positions
Type: System.Collections.Generic.IEnumerable<Cartesian>
Positions along the rhumb line to use for interpolation.

Return Value

Type: Collection<Cartesian>
A rhumb line computed from the input positions with the specified CentralBody and Granularity.
Exceptions
ExceptionCondition
ArgumentNullExceptionpositions is null.
See Also