Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Functions | Variables
test_math_mat4f_11_unproject.cpp File Reference
#include <thread>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <jau/test/catch2_ext.hpp>
#include <jau/math/util/pmvmat4f.hpp>
Include dependency graph for test_math_mat4f_11_unproject.cpp:

Go to the source code of this file.

Functions

 TEST_CASE ("Test 01 Unproject NaN", "[unproject][mat4f][linear_algebra][math]")
 
 TEST_CASE ("Test 10 Unproject Pick 1", "[unproject][mat4f][linear_algebra][math]")
 
 TEST_CASE ("Test 11 Unproject Pick 2", "[unproject][mat4f][linear_algebra][math]")
 

Variables

static const float NaN = std::numeric_limits<float>::quiet_NaN()
 

Function Documentation

◆ TEST_CASE() [1/3]

TEST_CASE ( "Test 01 Unproject NaN ,
""  [unproject][mat4f][linear_algebra][math] 
)

Definition at line 39 of file test_math_mat4f_11_unproject.cpp.

◆ TEST_CASE() [2/3]

TEST_CASE ( "Test 10 Unproject Pick 1"  ,
""  [unproject][mat4f][linear_algebra][math] 
)

Definition at line 60 of file test_math_mat4f_11_unproject.cpp.

◆ TEST_CASE() [3/3]

TEST_CASE ( "Test 11 Unproject Pick 2"  ,
""  [unproject][mat4f][linear_algebra][math] 
)

Definition at line 85 of file test_math_mat4f_11_unproject.cpp.

Variable Documentation

◆ NaN

const float NaN = std::numeric_limits<float>::quiet_NaN()
static

Definition at line 37 of file test_math_mat4f_11_unproject.cpp.