public class Vector3 extends Object
float
x
y
z
Vector3()
Vector3(float c)
Vector3(float x, float y, float z)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public float x
public float y
public float z
public Vector3(float x, float y, float z)
public Vector3(float c)
public Vector3()