Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Functions
test_math_vec.cpp File Reference
#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>
Include dependency graph for test_math_vec.cpp:

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)
 

Function Documentation

◆ test_vec()

template<class T , class U >
void test_vec ( std::ostream &  out,
const char *  prefix 
)

Definition at line 41 of file test_math_vec.cpp.

◆ dump_align_props()

template<class T >
void dump_align_props ( std::ostream &  out,
const char *  prefix 
)

Definition at line 58 of file test_math_vec.cpp.

◆ TEST_CASE() [1/3]

TEST_CASE ( "Math Vec Test 00"  ,
""  [vec][linear_algebra][math] 
)

Definition at line 63 of file test_math_vec.cpp.

◆ TEST_CASE() [2/3]

TEST_CASE ( "Math Vec Normalize Test 01"  ,
""  [vec][linear_algebra][math] 
)

Definition at line 108 of file test_math_vec.cpp.

◆ TEST_CASE() [3/3]

TEST_CASE ( "Math Vec Angle Test 02"  ,
""  [vec][linear_algebra][math] 
)

Definition at line 116 of file test_math_vec.cpp.