RhumbLineInterpolator Class |
Namespace: AGI.Foundation.Graphics
The RhumbLineInterpolator type exposes the following members.
| Name | Description | |
|---|---|---|
| RhumbLineInterpolator |
Initializes a default rhumb line interpolator. This is
equivalent to constructing a rhumb line interpolator with a
CentralBody equal to an instance of
EarthCentralBody
and a Granularity of 1 degree.
| |
| RhumbLineInterpolator(CentralBody) | ||
| RhumbLineInterpolator(CentralBody, Double) |
Initializes a rhumb line interpolator with the specified centralBody
and granularity.
|
| Name | Description | |
|---|---|---|
| CentralBody |
Gets or sets the central body used when interpolating with Interpolate(IEnumerableCartesian).
| |
| Granularity |
Gets or sets the granularity, in radians, used when interpolating with Interpolate(IEnumerableCartesian).
Lower granularities are more precise but create more positions.
| |
| PolylineType |
Gets the PolylineType of positions
returned from Interpolate(IEnumerableCartesian) (Overrides PositionInterpolatorPolylineType.) |
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from PositionInterpolator.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Interpolate |
Computes a rhumb line based on the input positions.
(Overrides PositionInterpolatorInterpolate(IEnumerableCartesian).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |