public class Vertex extends Object
float
x
y
z
Vertex(float x, float y)
Vertex(float x, float y, float z)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public float x
public float y
public float z
public Vertex(float x, float y)
public Vertex(float x, float y, float z)