Package org.geotools.graph.util.delaunay
Class Triangle
- Object
-
- Triangle
-
public class Triangle extends Object
- Author:
- jfc173
-
-
Method Summary
All 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
-
OUTSIDE
public static final int OUTSIDE
- See Also:
- Constant Field Values
-
INSIDE
public static final int INSIDE
- See Also:
- Constant Field Values
-
ON_EDGE
public static final int ON_EDGE
- See Also:
- Constant Field Values
-
-