| 14 | namespace |
| 15 | { |
| 16 | void 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 | |
| 23 | OCIO_ADD_TEST(MathUtils, is_scalar_equal_to_zero) |
no test coverage detected