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 boolean
containsEdge(Edge e)
boolean
equals(Object o)
double
getArea()
Edge
getBoundaryEdge(XYNode n)
Edge[]
getEdges()
Node[]
getNodes()
Edge
getOppositeEdge(Node n)
Edge
getSharedEdge(Triangle t)
Node
getThirdNode(Edge e)
int
hashCode()
int
relate(XYNode n)
String
toString()
-
-
-
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
-
-