|
jaulib v1.5.0
Jau Support Library (C++, Java, ..)
|
#include <thread>#include <cassert>#include <cinttypes>#include <cstring>#include <jau/test/catch2_ext.hpp>#include <jau/math/util/pmvmat4.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]") | |
| 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 42 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 91 of file test_math_mat4f_10_project01.cpp.
| TEST_CASE | ( | "Test 10 Project Matrix4f 1" | , |
| "" | [project][mat4f][linear_algebra][math] ) |
Definition at line 156 of file test_math_mat4f_10_project01.cpp.
| TEST_CASE | ( | "Test 11 Project Matrix4f 2" | , |
| "" | [project][mat4f][linear_algebra][math] ) |
Definition at line 188 of file test_math_mat4f_10_project01.cpp.