#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 |
void geos::geom::Triangle::inCentre | ( | Coordinate & | resultPoint | ) |
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.
resultPoint | the point into which to write the inCentre of the triangle |