pub fn quat_pow<T: RealNumber>(q: &Qua<T>, y: T) -> Qua<T>
Expand description

Raises the quaternion q to the power y.