Click or drag to resize

GreatArcInterpolator Class

The great arc interpolator computes interpolated positions along a great arc. A great arc is the shortest path between two positions on an ellipsoid.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class GreatArcInterpolator : PositionInterpolator

The GreatArcInterpolator type exposes the following members.

Constructors
  NameDescription
Public methodGreatArcInterpolator
Initializes a default great arc interpolator. This is equivalent to constructing a great arc interpolator with a CentralBody equal to an instance of EarthCentralBody and a Granularity of 1 degree.
Public methodGreatArcInterpolator(CentralBody)
Initializes a great arc interpolator with the specified centralBody and a Granularity of 1 degree.
Public methodGreatArcInterpolator(CentralBody, Double)
Initializes a great arc interpolator with the specified centralBody and granularity.
Top
Properties
Methods
  NameDescription
Public methodDispose (Inherited from PositionInterpolator.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInterpolate
Computes a great arc based on the input positions.
(Overrides PositionInterpolatorInterpolate(IEnumerableCartesian).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also