pub fn conj<T>(a: Quaternion<T>) -> Quaternion<T>where
    T: Float,
Expand description

Takes the quaternion conjugate.