A C D E F H I J K L M N O P Q R S T Z

Q

Quaternion - Class in ca.uwaterloo.alumni.dwharder.Numbers
A class implementing quaternions using quartets of doubles.
Quaternion(double, double, double, double) - Constructor for class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Generates the quaternion a + ib + jc + kd.
Quaternion(double) - Constructor for class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Generates the quaternion a + i0 + j0 + k0.
Quaternion(double, double, double) - Constructor for class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Generates the imaginary quaternion 0 + ib + jc + kd.
Quaternion(double[]) - Constructor for class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Generates a quaternion based on the entries of the array v.
Quaternion(double, double[]) - Constructor for class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Generates the quaternion x + iv0 + jv1 + kv2.

A C D E F H I J K L M N O P Q R S T Z