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

Function HMM_DeterminantM2

HandmadeMath.h:1237–1241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235
1236COVERAGE(HMM_DeterminantM2, 1)
1237static inline float HMM_DeterminantM2(HMM_Mat2 Matrix)
1238{
1239 ASSERT_COVERED(HMM_DeterminantM2);
1240 return Matrix.Elements[0][0]*Matrix.Elements[1][1] - Matrix.Elements[0][1]*Matrix.Elements[1][0];
1241}
1242
1243
1244COVERAGE(HMM_InvGeneralM2, 1)

Callers 3

HMM_InvGeneralM2Function · 0.85
HMM_DeterminantFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected