Click or drag to resize

GreatArcInterpolator Constructor

Overload List
  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
See Also