Get the center of a circle from three points.

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

a

VecLike

The first point

b

VecLike

The second point

c

VecLike

The third point

Returns
Vec

The center of the circle

canonicalizeRotationclamp