NazaraEngine/tests/Engine/Math
Gawaboumga 41a1b5d493 Physics2D tests (#129)
* Quaternion: Fix singularity on Z axis when converting to euler angles

* CollisionComponent2D: Add method to retrieve AABB

* Collider2D: Fix constructor for Box with Vector2

* Physics2D: Fix rotation (Chipmunk works with radian and Nazara degrees) and copy constructor of RigidBody2D

* Colider2D: Add New for convex and tests for the new classes
2017-08-20 21:47:23 +02:00
..
AlgorithmMath.cpp UnitTest: Add some checks 2017-04-22 15:08:21 +02:00
BoundingVolume.cpp New tests ! 2015-12-30 15:38:52 +01:00
Box.cpp New tests ! 2015-12-30 15:38:52 +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 New tests ! 2015-12-30 15:38:52 +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 Physics2D tests (#129) 2017-08-20 21:47:23 +02:00
Ray.cpp New tests ! 2015-12-30 15:38:52 +01:00
Rect.cpp New tests ! 2015-12-30 15:38:52 +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 New tests ! 2015-12-30 15:38:52 +01:00
Vector4.cpp New tests ! 2015-12-30 15:38:52 +01:00