com.vividsolutions.jts.geom
Class Triangle
java.lang.Object
com.vividsolutions.jts.geom.Triangle
public class Triangle
extends java.lang.Object
Represents a planar triangle, and provides methods for calculating various
properties of triangles.
Coordinate | inCentre() - The inCentre of a triangle is the point which is equidistant
from the sides of the triangle.
|
inCentre
public Coordinate inCentre()
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.
- the point which is the inCentre of the triangle