MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / GetMxbResult

Function GetMxbResult

tests/cpu/MathUtils_tests.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace
15{
16void GetMxbResult(float* vout, float* m, float* x, float* v)
17{
18 OCIO::GetM44V4Product(vout, m, x);
19 OCIO::GetV4Sum(vout, vout, v);
20}
21}
22
23OCIO_ADD_TEST(MathUtils, is_scalar_equal_to_zero)

Callers 1

OCIO_ADD_TESTFunction · 0.85

Calls 2

GetM44V4ProductFunction · 0.85
GetV4SumFunction · 0.85

Tested by

no test coverage detected