Incenter
Creates the incenter of a triangle from the three points taken as parameters [[x,y],[x,y],[x,y]]
.
```graph
bounds: [-10, 10, 10, -10]
keepAspectRatio: true
elements: [
{type: incenter, def: [[0,2], [2,1], [3,4]]}
]
```
Creates the incenter of a triangle from the three points taken as parameters [[x,y],[x,y],[x,y]]
.
```graph
bounds: [-10, 10, 10, -10]
keepAspectRatio: true
elements: [
{type: incenter, def: [[0,2], [2,1], [3,4]]}
]
```