public class Vertex<X extends Point_>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
Halfedge<X> |
getHalfedge() |
X |
getPoint() |
void |
setEdge(Halfedge<X> halfedge) |
void |
setPoint(X point) |
java.lang.String |
toString() |
public Vertex(X point)
public Vertex()