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

Go to the source code of this file.

Functions

 TEST_CASE ("Test 05 Perf01", "[mat4f][linear_algebra][math]")
 

Variables

static const Mat4f m1 (m1_0)
 
static const float m1_0 []
 
static const Mat4f m2 (m2_0)
 
static const float m2_0 []
 

Function Documentation

◆ TEST_CASE()

TEST_CASE ( "Test 05 Perf01"  ,
""  [mat4f][linear_algebra][math] 
)

Definition at line 47 of file test_math_mat4f_02_mul.cpp.

Variable Documentation

◆ m1_0

const float m1_0[]
static
Initial value:
= { 1, 3, 4, 0,
6, 7, 8, 5,
98, 7, 6, 9,
54, 3, 2, 5 }

Definition at line 35 of file test_math_mat4f_02_mul.cpp.

◆ m1

const Mat4f m1(m1_0) ( m1_0  )
static

◆ m2_0

const float m2_0[]
static
Initial value:
= { 1, 6, 98, 54,
3, 7, 7, 3,
4, 8, 6, 2,
0, 5, 9, 5 }

Definition at line 41 of file test_math_mat4f_02_mul.cpp.

◆ m2

const Mat4f m2(m2_0) ( m2_0  )
static