public class Vec4 extends java.lang.Object
Vec4()
Vec4(float x, float y, float z, float w)
float
getW()
getX()
getY()
getZ()
float[]
toFloatArray()
java.lang.String
toString()
Vec3
toVec3()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Vec4()
public Vec4(float x, float y, float z, float w)
public float getX()
public float getY()
public float getZ()
public float getW()
public float[] toFloatArray()
public Vec3 toVec3()
public java.lang.String toString()
toString
java.lang.Object