chordLength

fun chordLength(angle: Double, radius: Double): Double(source)

Finds the chord length between two points given the circle's radius and the angle between the points.

Return

The chord length.

Parameters

angle

The angle between the two points.

radius

The radius of the circle.

See also