pub fn quaternion_conj<T>(a: (T, [T; 3])) -> (T, [T; 3])where
    T: Float,
Expand description

Takes the quaternion conjugate.