#include <cassert>
#include <cstring>
#include <jau/math/geom/aabbox2f.hpp>
#include <jau/test/catch2_ext.hpp>
#include <jau/math/vec2f.hpp>
#include <random>
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &out, const AABBox &v) noexcept |
|
| TEST_CASE ("Float Math Bench 04a", "[intersect][benchmark][arithmetic][math]") |
|
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & | out, |
|
|
const AABBox & | v ) |
|
noexcept |
◆ TEST_CASE()
TEST_CASE |
( |
"Float Math Bench 04a" | , |
|
|
"" | [intersect][benchmark][arithmetic][math] ) |