RhumbLineInterpolator Constructor (CentralBody) |
Initializes a rhumb line interpolator with the specified
centralBody
and a
Granularity of
1 degree.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RhumbLineInterpolator(
CentralBody centralBody
)
Public Sub New (
centralBody As CentralBody
)
public:
RhumbLineInterpolator(
CentralBody^ centralBody
)
new :
centralBody : CentralBody -> RhumbLineInterpolator
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body used when interpolating with Interpolate(IEnumerableCartesian).
Exceptions See Also