NazaraEngine/tests/UnitTests/Engine
Jérôme Leclercq 1a55b550fb
Improve math module (#396)
* Improve math module

- Mark almost everything constexpr
- Equality (a == b) is now exact, down to the bit level. If you want approximate equality use the new ApproxEqual method/static method
- Rename Nz::Extend to Nz::Extent
- Removed Make[] and Set[] methods in favor of their static counterpart and operator=
2023-06-02 22:30:51 +02:00
..
Audio Replace float/UInt64 durations by a more precise Time class (#388) 2022-12-29 21:31:46 +01:00
Core Fix a bunch of warnings 2023-05-30 12:34:38 +02:00
Math Improve math module (#396) 2023-06-02 22:30:51 +02:00
Network Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00
Physics2D Improve math module (#396) 2023-06-02 22:30:51 +02:00
Utility Utility/ImageStream: Use Time class instead of UInt64 for frametime 2023-02-02 13:27:21 +01:00
ClientModules.hpp Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00
Modules.hpp Rename Physics2D to ChipmunkPhysics2D 2023-04-10 17:12:23 +02:00