public class Vertex<X extends Point_>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Halfedge<X> |
halfedge |
int |
index |
(package private) X |
point |
int |
tag |
public Vertex(X point)
public Vertex()