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