CircumcircleArc
Creates an arc that lies on three points. Takes three points as the parameters [[x,y],[x,y],[x,y]]
.
```graph
bounds: [-10, 10, 10, -10]
keepAspectRatio: true
elements: [
{type: circumcirclearc, def: [[0,2], [2,1], [3,3]]}
]
```
Creates an arc that lies on three points. Takes three points as the parameters [[x,y],[x,y],[x,y]]
.
```graph
bounds: [-10, 10, 10, -10]
keepAspectRatio: true
elements: [
{type: circumcirclearc, def: [[0,2], [2,1], [3,3]]}
]
```