public class Vec4f
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
w
The w coordinate.
|
float |
x
The x coordinate.
|
float |
y
The y coordinate.
|
float |
z
The z coordinate.
|
Constructor and Description |
---|
Vec4f() |
Vec4f(float x,
float y,
float z,
float w) |
Vec4f(Vec4f v) |
Modifier and Type | Method and Description |
---|---|
void |
set(Vec4f v) |
java.lang.String |
toString() |
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 java.lang.String toString()
toString
in class java.lang.Object