#include <Triangle.h>
Public Member Functions | |
| Triangle (const Coordinate &nP0, const Coordinate &nP1, const Coordinate &nP2) | |
| void | inCentre (Coordinate &resultPoint) |
Public Attributes | |
| Coordinate | p0 |
| Coordinate | p1 |
| Coordinate | p2 |
|
|
The inCentre of a triangle is the point which is equidistant from the sides of the triangle. This is also the point at which the bisectors of the angles meet.
|
1.4.4