com.jhlabs.vecmath
Class Quat4f
java.lang.Object
com.jhlabs.vecmath.Tuple4f
com.jhlabs.vecmath.Quat4f
public class Quat4f
- extends Tuple4f
Vector math package, converted to look similar to javax.vecmath.
| Fields inherited from class com.jhlabs.vecmath.Tuple4f |
w, x, y, z |
| Methods inherited from class com.jhlabs.vecmath.Tuple4f |
absolute, absolute, add, add, clamp, get, get, interpolate, negate, negate, scale, set, set, set, sub, sub, toString |
Quat4f
public Quat4f()
Quat4f
public Quat4f(float[] x)
Quat4f
public Quat4f(float x,
float y,
float z,
float w)
Quat4f
public Quat4f(Quat4f t)
Quat4f
public Quat4f(Tuple4f t)
set
public void set(AxisAngle4f a)
normalize
public void normalize()
set
public void set(Matrix4f m)
Copyright © 2012. All Rights Reserved.