Constructor and Description |
---|
Tuple4f() |
Tuple4f(float[] x) |
Tuple4f(float x,
float y,
float z,
float w) |
Tuple4f(Tuple4f t) |
Modifier and Type | Method and Description |
---|---|
void |
absolute() |
void |
absolute(Tuple4f t) |
void |
add(Tuple4f t) |
void |
add(Tuple4f t1,
Tuple4f t2) |
void |
clamp(float min,
float max) |
void |
get(float[] t) |
void |
get(Tuple4f t) |
void |
interpolate(Tuple4f t,
float alpha) |
void |
negate() |
void |
negate(Tuple4f t) |
void |
scale(float s) |
void |
set(float[] x) |
void |
set(float x,
float y,
float z,
float w) |
void |
set(Tuple4f t) |
void |
sub(Tuple4f t) |
void |
sub(Tuple4f t1,
Tuple4f t2) |
java.lang.String |
toString() |
public Tuple4f()
public Tuple4f(float[] x)
public Tuple4f(float x, float y, float z, float w)
public Tuple4f(Tuple4f t)
public void absolute()
public void absolute(Tuple4f t)
public void clamp(float min, float max)
public void set(float x, float y, float z, float w)
public void set(float[] x)
public void set(Tuple4f t)
public void get(Tuple4f t)
public void get(float[] t)
public void negate()
public void negate(Tuple4f t)
public void interpolate(Tuple4f t, float alpha)
public void scale(float s)
public void add(Tuple4f t)
public void sub(Tuple4f t)
public java.lang.String toString()
toString
in class java.lang.Object