public class Quat4f extends Tuple4f
Constructor and Description |
---|
Quat4f() |
Quat4f(float[] x) |
Quat4f(float x,
float y,
float z,
float w) |
Quat4f(Quat4f t) |
Quat4f(Tuple4f t) |
Modifier and Type | Method and Description |
---|---|
void |
normalize() |
void |
set(AxisAngle4f a) |
void |
set(Matrix4f m) |
public Quat4f()
public Quat4f(float[] x)
public Quat4f(float x, float y, float z, float w)
public Quat4f(Quat4f t)
public Quat4f(Tuple4f t)
public void set(AxisAngle4f a)
public void normalize()
public void set(Matrix4f m)