pub fn pow<T>(q: Quaternion<T>, t: T) -> Quaternion<T> where
    T: Float
Expand description

Power function of Quaternion.