|
Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <thread>#include <cassert>#include <cinttypes>#include <cstring>#include <jau/test/catch2_ext.hpp>#include <jau/math/util/pmvmat4f.hpp>Go to the source code of this file.
Functions | |
| TEST_CASE ("Test 01 Project PMVMatrixToMatrix4f", "[project][mat4f][linear_algebra][math]") | |
| PMVMatrix w/ separate P + Mv vs Mat4f::mapObjToWin() w/ single PMv. | |
| TEST_CASE ("Test 02 Project PMVMatrixToMatrix4f 2", "[project][mat4f][linear_algebra][math]") | |
| PMVMatrix vs Mat4f::mapObjToWin(), both w/ separate P + Mv. | |
| TEST_CASE ("Test 10 Project Matrix4f 1", "[project][mat4f][linear_algebra][math]") | |
| TEST_CASE ("Test 11 Project Matrix4f 2", "[project][mat4f][linear_algebra][math]") | |
Variables | |
| static const float | EPSILON = std::numeric_limits<float>::epsilon() |
| TEST_CASE | ( | "Test 01 Project PMVMatrixToMatrix4f" | , |
| "" | [project][mat4f][linear_algebra][math] ) |
PMVMatrix w/ separate P + Mv vs Mat4f::mapObjToWin() w/ single PMv.
Both using same Mat4f::mapObjToWin(..).
Definition at line 44 of file test_math_mat4f_10_project01.cpp.
| TEST_CASE | ( | "Test 02 Project PMVMatrixToMatrix4f 2" | , |
| "" | [project][mat4f][linear_algebra][math] ) |
PMVMatrix vs Mat4f::mapObjToWin(), both w/ separate P + Mv.
Both using same Mat4f::mapObjToWin().
Definition at line 93 of file test_math_mat4f_10_project01.cpp.
| TEST_CASE | ( | "Test 10 Project Matrix4f 1" | , |
| "" | [project][mat4f][linear_algebra][math] ) |
Definition at line 158 of file test_math_mat4f_10_project01.cpp.
| TEST_CASE | ( | "Test 11 Project Matrix4f 2" | , |
| "" | [project][mat4f][linear_algebra][math] ) |
Definition at line 190 of file test_math_mat4f_10_project01.cpp.
|
static |
Definition at line 37 of file test_math_mat4f_10_project01.cpp.