Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for QQuaternion normalize when length > 1
If the length of the quaternion was slightly larger than 1, the resulting quaternion would be invalid, causing getAxisAndAngle() to fail. Fixes: QTBUG-114313 Pick-to: 6.5 6.6 Change-Id: I8f0616e74590dd6cfee0ce913d214c8e280c4df4 Reviewed-by: Laszlo Agocs <[email protected]> Reviewed-by: Andy Nichols <[email protected]>
- Loading branch information