NazaraEngine/tests/UnitTests
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
..
Engine Improve math module (#396) 2023-06-02 22:30:51 +02:00
main.cpp Rename Physics2D to ChipmunkPhysics2D 2023-04-10 17:12:23 +02:00
resources.cpp Move unit tests to the unittests asset folder 2022-12-29 12:07:52 +01:00
xmake.lua Rename Physics2D to ChipmunkPhysics2D 2023-04-10 17:12:23 +02:00