@baku89/pave - v0.4.1 / Circle

Namespace: Circle

Functions for manipulating circles represented as Circle.

Functions

circumcircle

circumcircle(a, b, c): Circle | null

Returns the circumscribed circle of the given triangle.

Parameters

NameTypeDescription
avec2The first point of the triangle
bvec2The second point of the triangle
cvec2The third point of the triangle

Returns

Circle | null

The circumscribed circle of the given triangle

Defined in

Circle.ts:20open in new window