NazaraEngine/tests/Engine/Math
Gawaboumga f991a9529e General bug fixes (#142)
* Core/Bitset: Fix TestAll method

* Fix documentation

* Fix color and their conversions

* Core/ByteStream: Fix return of Write

* Fix compiler warnings

* Math/Algorithm: Fix angle normalization

* Math/BoundingVolume: Fix lerp

* Math: Fix relation between Matrix4 and Quaternion

* More tests

* X11/Window: Fix mouse moved event generated when doing Mouse::SetPosition

* Update ChangeLog

* Should fix compilation on Windows

* Should fix compilation on Windows

Forgot to include array for Windows
2017-11-21 12:16:46 +01:00
..
AlgorithmMath.cpp General bug fixes (#142) 2017-11-21 12:16:46 +01:00
BoundingVolume.cpp General bug fixes (#142) 2017-11-21 12:16:46 +01:00
Box.cpp General bug fixes (#142) 2017-11-21 12:16:46 +01:00
EulerAngles.cpp New tests ! 2015-12-30 15:38:52 +01:00
Frustum.cpp New tests ! 2015-12-30 15:38:52 +01:00
Matrix4.cpp General bug fixes (#142) 2017-11-21 12:16:46 +01:00
OrientedBox.cpp New tests ! 2015-12-30 15:38:52 +01:00
Plane.cpp New tests ! 2015-12-30 15:38:52 +01:00
Quaternion.cpp General bug fixes (#142) 2017-11-21 12:16:46 +01:00
Ray.cpp New tests ! 2015-12-30 15:38:52 +01:00
Rect.cpp General bug fixes (#142) 2017-11-21 12:16:46 +01:00
Sphere.cpp UnitTest/Math: Fix Sphere test 2016-12-15 20:14:44 +01:00
Vector2.cpp New tests ! 2015-12-30 15:38:52 +01:00
Vector3.cpp General bug fixes (#142) 2017-11-21 12:16:46 +01:00
Vector4.cpp New tests ! 2015-12-30 15:38:52 +01:00