1
0
forked from 0ad/0ad
0ad/source/maths/tests
Ykkrosh 147d4f2bd3 # Fixed minor shadow bug
CBound operator+= updated the minimum value or the maximum value, but
never both. (I think the operator+=(CVector3D) has always been buggy
(because it assumes min<max, which isn't true of empty bounds), and I
propagated the error to operator+=(CBound) ages ago.)
Added test cases, and fixed.

This was SVN commit r4244.
2006-08-25 12:52:26 +00:00
..
test_Bound.h # Fixed minor shadow bug 2006-08-25 12:52:26 +00:00
test_Matrix3d.h # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00