GreatArcInterpolatorInterpolate Method  | 
 
Computes a great arc based on the input positions.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override sealed Collection<Cartesian> Interpolate(
	IEnumerable<Cartesian> positions
)
Public Overrides NotOverridable Function Interpolate ( 
	positions As IEnumerable(Of Cartesian)
) As Collection(Of Cartesian)
public:
virtual Collection<Cartesian>^ Interpolate(
	IEnumerable<Cartesian>^ positions
) override sealed
abstract Interpolate : 
        positions : IEnumerable<Cartesian> -> Collection<Cartesian> 
override Interpolate : 
        positions : IEnumerable<Cartesian> -> Collection<Cartesian> Parameters
- positions
 - Type: System.Collections.GenericIEnumerableCartesian
Positions along the great arc to use for interpolation. 
Return Value
Type: 
CollectionCartesian
A great arc computed from the input 
positions with
the specified 
CentralBody and 
Granularity.
Exceptions
See Also