rhumbBearingTo

@JvmName(name = "rhumbBearingToAsBearing")
fun Position.rhumbBearingTo(to: Position): Bearing(source)

Takes two positions and finds the bearing angle between them along a Rhumb line (a line with constant bearing).

Return

Bearing between this and to along a rhumb line

Parameters

to

ending point


@JvmName(name = "rhumbBearingToAsBearing")
fun Point.rhumbBearingTo(to: Point): Bearing(source)

Takes two points and finds the bearing angle between them along a Rhumb line (a line with constant bearing).

Return

Bearing between this and to along a rhumb line

Parameters

to

ending point