A C D E G H I J L M N P Q R S T V W X Y Z

Q

Quat4d - Class in javax.vecmath
A 4-element quaternion represented by double precision floating point x,y,z,w coordinates.
Quat4d(double, double, double, double) - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified xyzw coordinates.
Quat4d(double[]) - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d from the array of length 4.
Quat4d(Quat4d) - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified Quat4d.
Quat4d(Quat4f) - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified Quat4f.
Quat4d(Tuple4f) - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified Tuple4f.
Quat4d(Tuple4d) - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified Tuple4d.
Quat4d() - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d to (0,0,0,0).
Quat4f - Class in javax.vecmath
A 4 element unit quaternion represented by single precision floating point x,y,z,w coordinates.
Quat4f(float, float, float, float) - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified xyzw coordinates.
Quat4f(float[]) - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f from the array of length 4.
Quat4f(Quat4f) - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified Quat4f.
Quat4f(Quat4d) - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified Quat4d.
Quat4f(Tuple4f) - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified Tuple4f.
Quat4f(Tuple4d) - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified Tuple4d.
Quat4f() - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f to (0.0,0.0,0.0,0.0).

A C D E G H I J L M N P Q R S T V W X Y Z