pub fn integrate_rotation(q1: Quat, delta_rotation: Vec3) -> QuatExpand description
Integrate rotation from angular velocity.
delta_rotation is the angular displacement in radians (ω · h).
q2 = q1 + 0.5 * omega * q1
(math_internal.h: b3IntegrateRotation)