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

Creates a quaternion from an axis and an angle.