SFML/test/TestUtilities
Chris Thrasher c0a6cf1f0c Remove unnecessary lossy conversions in test utilities
Both ApproxVec and ApproxDeg accept a double then convert that to
a float just to then convert it back to a double. We can save an
extra lossy conversion by just accepting a float instead of a double
in the first place.
2022-05-04 09:03:04 +02:00
..
GraphicsUtil.cpp Add tests for sf::BlendMode 2022-01-20 07:39:19 +01:00
GraphicsUtil.hpp Increase precision of sf::Rect<T> operator<< 2022-04-08 16:46:51 +02:00
SystemUtil.cpp Unit tests for Vector2 extensions 2022-02-28 16:18:00 +00:00
SystemUtil.hpp Remove unnecessary lossy conversions in test utilities 2022-05-04 09:03:04 +02:00
WindowUtil.cpp Use operator<< for printing during test failure 2022-01-07 20:04:54 +01:00
WindowUtil.hpp Move sf::Rect printer to GraphicsUtil 2022-03-30 09:06:08 +02:00