Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#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.
Functions | |
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) |
void test_vec | ( | std::ostream & | out, |
const char * | prefix | ||
) |
Definition at line 41 of file test_math_vec.cpp.
void dump_align_props | ( | std::ostream & | out, |
const char * | prefix | ||
) |
Definition at line 58 of file test_math_vec.cpp.
TEST_CASE | ( | "Math Vec Test 00" | , |
"" | [vec][linear_algebra][math] | ||
) |
Definition at line 63 of file test_math_vec.cpp.
TEST_CASE | ( | "Math Vec Normalize Test 01" | , |
"" | [vec][linear_algebra][math] | ||
) |
Definition at line 108 of file test_math_vec.cpp.
TEST_CASE | ( | "Math Vec Angle Test 02" | , |
"" | [vec][linear_algebra][math] | ||
) |
Definition at line 116 of file test_math_vec.cpp.