Package org.geotools.graph.util.delaunay
Class Triangle
- Object
- 
- Triangle
 
- 
 public class Triangle extends Object - Author:
- jfc173
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsEdge(Edge e)booleanequals(Object o)doublegetArea()EdgegetBoundaryEdge(XYNode n)Edge[]getEdges()Node[]getNodes()EdgegetOppositeEdge(Node n)EdgegetSharedEdge(Triangle t)NodegetThirdNode(Edge e)inthashCode()intrelate(XYNode n)StringtoString()
 
- 
- 
- 
Field Detail- 
OUTSIDEpublic static final int OUTSIDE - See Also:
- Constant Field Values
 
 - 
INSIDEpublic static final int INSIDE - See Also:
- Constant Field Values
 
 - 
ON_EDGEpublic static final int ON_EDGE - See Also:
- Constant Field Values
 
 
- 
 
-