public class Vertex<X extends Point_>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
index |
Constructor and Description |
---|
Vertex() |
Modifier and Type | Method and Description |
---|---|
Halfedge |
getHalfedge() |
java.util.List<Halfedge> |
getOutgoingHalfedges()
Return the list of (outgoing) halfedges incident to the vertex
|
void |
setEdge(Halfedge halfedge) |
java.lang.String |
toString() |
public void setEdge(Halfedge halfedge)
public Halfedge getHalfedge()
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.List<Halfedge> getOutgoingHalfedges()
Remark: Half-edges are listed in cw order