public class VisVertex extends Coordinates
Modifier and Type | Field and Description |
---|---|
protected Vertex |
mVertex |
x, y
Constructor and Description |
---|
VisVertex(Vertex v,
double x,
double y) |
Modifier and Type | Method and Description |
---|---|
VisVertex |
copy()
Creates a new visvertex with this same location
|
double |
getSquareDistance(double x,
double y) |
Vertex |
getVertex() |