Get the center of a circle from three points.
function centerOfCircleFromThreePoints(a: VecLike, b: VecLike, c: VecLike): Vec
a
VecLike
The first point
b
The second point
c
The third point
Vec
The center of the circle