|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geom.Triangle
Represents a planar triangle, and provides methods for calculating various properties of triangles.
Field Summary | |
Coordinate |
p0
|
Coordinate |
p1
|
Coordinate |
p2
|
Constructor Summary | |
Triangle(Coordinate p0,
Coordinate p1,
Coordinate p2)
|
Method Summary | |
Coordinate |
inCentre()
The inCentre of a triangle is the point which is equidistant from the sides of the triangle. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Coordinate p0
public Coordinate p1
public Coordinate p2
Constructor Detail |
public Triangle(Coordinate p0, Coordinate p1, Coordinate p2)
Method Detail |
public Coordinate inCentre()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |