MCPcopy Index your code
hub / github.com/HandmadeMath/HandmadeMath / HMM_MulM4V4

Function HMM_MulM4V4

HandmadeMath.h:1619–1623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1617
1618COVERAGE(HMM_MulM4V4, 1)
1619static inline HMM_Vec4 HMM_MulM4V4(HMM_Mat4 Matrix, HMM_Vec4 Vector)
1620{
1621 ASSERT_COVERED(HMM_MulM4V4);
1622 return HMM_LinearCombineV4M4(Vector, Matrix);
1623}
1624
1625COVERAGE(HMM_DivM4F, 1)
1626static inline HMM_Mat4 HMM_DivM4F(HMM_Mat4 Matrix, float Scalar)

Callers 5

HMM_MulFunction · 0.85
operator*Function · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

HMM_LinearCombineV4M4Function · 0.85

Tested by

no test coverage detected