Package gnu.math

Class Quaternion

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Complex, CQuaternion, DQuaternion

public abstract class Quaternion extends Quantity
A quaternion is a hypercomplex number of the form w + xi + yj + zk where w, x, y, and k are real, and i, j, and k are imaginary units which satisfy i^2 = j^2 = k^2 = ijk = -1.
See Also: