public class Vec4f extends Object
float
w
x
y
z
Vec4f()
Vec4f(float x, float y, float z, float w)
Vec4f(Vec4f v)
void
set(Vec4f v)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public float x
public float y
public float z
public float w
public Vec4f()
public Vec4f(Vec4f v)
public Vec4f(float x, float y, float z, float w)
public void set(Vec4f v)
public String toString()
toString
Object
Copyright © 2020. All rights reserved.