RhumbLineInterpolator#

class ansys.stk.core.graphics.RhumbLineInterpolator#

Bases: IPositionInterpolator

The rhumb line interpolator computes interpolated positions along a rhumb line. Rhumb lines are lines of constant bearing. They appear as straight lines on a Mercator 2D map projection and are well suited to navigation.

Overview#

central_body

Get or set the central body used when interpolating with interpolate.

granularity

Get or set the granularity used when interpolating with interpolate. Lower granularities are more precise but create more positions.

Import detail#

from ansys.stk.core.graphics import RhumbLineInterpolator

Property detail#

property RhumbLineInterpolator.central_body: str#

Get or set the central body used when interpolating with interpolate.

property RhumbLineInterpolator.granularity: float#

Get or set the granularity used when interpolating with interpolate. Lower granularities are more precise but create more positions.