public class Vector extends java.lang.Object
Vector(float x, float y, float z)
float
getX()
getY()
getZ()
void
setX(float x)
setY(float y)
setZ(float z)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Vector(float x, float y, float z)
x
y
z
public void setX(float x)
public float getX()
public void setY(float y)
public float getY()
public float getZ()
public void setZ(float z)