public class Vector3f extends java.lang.Object
float
x
y
z
Vector3f()
Vector3f(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 Vector3f()
public Vector3f(float x, float y, float z)