pub fn quat_angle_axis<T: RealNumber>(angle: T, axis: &TVec3<T>) -> Qua<T>
Expand description

Creates a quaternion from an axis and an angle.