public class Edge
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
getBoundedFaceL() |
int |
getBoundedFaceR() |
Point2DD[] |
getCoords() |
int |
getEndNode() |
int |
getId() |
int |
getNextEdgeL() |
int |
getNextEdgeR() |
int |
getOriginNode() |
int |
getPrevEdgeL() |
int |
getPrevEdgeR() |
public Point2DD[] getCoords()
public int getId()
public int getOriginNode()
public int getEndNode()
public int getNextEdgeL()
public int getPrevEdgeL()
public int getNextEdgeR()
public int getPrevEdgeR()
public int getBoundedFaceL()
public int getBoundedFaceR()