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

Function HMM_Determinant

HandmadeMath.h:2683–2687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2681
2682COVERAGE(HMM_DeterminantM2CPP, 1)
2683static inline float HMM_Determinant(HMM_Mat2 Matrix)
2684{
2685 ASSERT_COVERED(HMM_DeterminantM2CPP);
2686 return HMM_DeterminantM2(Matrix);
2687}
2688
2689COVERAGE(HMM_DeterminantM3CPP, 1)
2690static inline float HMM_Determinant(HMM_Mat3 Matrix)

Callers 1

TESTFunction · 0.85

Calls 3

HMM_DeterminantM2Function · 0.85
HMM_DeterminantM3Function · 0.85
HMM_DeterminantM4Function · 0.85

Tested by

no test coverage detected