qt5base-lts/tests/auto/gui/math3d
Marc Mutz 5662234afa QMatrix4x4: fix aliasing problem in operator*=
When multiplying a QMatrix4x4 by itself, we were clobbering the very
matrix we read from. Employ read-caching to avoid this aliasing problem.

[ChangeLog][QtGui][QMatrix4x4] operator*=() now calculates the correct
result even if the RHS and LHS are the same object.

Change-Id: I8534d56cfdd62c336577125127f05173fcec2873
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
2017-04-14 12:29:35 +00:00
..
qmatrixnxn QMatrix4x4: fix aliasing problem in operator*= 2017-04-14 12:29:35 +00:00
qquaternion Updated license headers 2016-01-21 18:55:18 +00:00
qvectornd Updated license headers 2016-01-21 18:55:18 +00:00
math3d.pro Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00