centerOfCircleFromThreePoints

See source code

Get the center of a circle from three points.

function centerOfCircleFromThreePoints(a: VecLike, b: VecLike, c: VecLike): Vec

Parameters

NameDescription

a

The first point

b

The second point

c

The third point

Returns

The center of the circle

Prev
canonicalizeRotation
Next
clamp