#include <thread>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <jau/test/catch2_ext.hpp>
#include <jau/math/vec2f.hpp>
#include <jau/math/vec2i.hpp>
#include <jau/math/vec3f.hpp>
#include <jau/math/vec4f.hpp>
#include <jau/math/mat4f.hpp>
Go to the source code of this file.
|
template<class T> |
void | dump_align_props (std::ostream &out, const char *prefix) |
|
| TEST_CASE ("Math Vec Angle Test 02", "[vec][linear_algebra][math]") |
|
| TEST_CASE ("Math Vec Normalize Test 01", "[vec][linear_algebra][math]") |
|
| TEST_CASE ("Math Vec Test 00", "[vec][linear_algebra][math]") |
|
template<class T, class U> |
void | test_vec (std::ostream &out, const char *prefix) |
|
◆ test_vec()
template<class T, class U>
void test_vec |
( |
std::ostream & | out, |
|
|
const char * | prefix ) |
◆ dump_align_props()
template<class T>
void dump_align_props |
( |
std::ostream & | out, |
|
|
const char * | prefix ) |
◆ TEST_CASE() [1/3]
TEST_CASE |
( |
"Math Vec Test 00" | , |
|
|
"" | [vec][linear_algebra][math] ) |
◆ TEST_CASE() [2/3]
TEST_CASE |
( |
"Math Vec Normalize Test 01" | , |
|
|
"" | [vec][linear_algebra][math] ) |
◆ TEST_CASE() [3/3]
TEST_CASE |
( |
"Math Vec Angle Test 02" | , |
|
|
"" | [vec][linear_algebra][math] ) |