@baku89/pave / Circle
Circle
Functions for manipulating circles represented as Circle.
Functions
circumcircle()
circumcircle(
a
,b
,c
):null
|Circle
Defined in: Circle.ts:21
Returns the circumscribed circle of the given triangle.
Parameters
Parameter | Type | Description |
---|---|---|
a | vec2 | The first point of the triangle |
b | vec2 | The second point of the triangle |
c | vec2 | The third point of the triangle |
Returns
null
| Circle
The circumscribed circle of the given triangle