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