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

Function HMM_InvGeneral

HandmadeMath.h:2704–2708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2702
2703COVERAGE(HMM_InvGeneralM2CPP, 1)
2704static inline HMM_Mat2 HMM_InvGeneral(HMM_Mat2 Matrix)
2705{
2706 ASSERT_COVERED(HMM_InvGeneralM2CPP);
2707 return HMM_InvGeneralM2(Matrix);
2708}
2709
2710COVERAGE(HMM_InvGeneralM3CPP, 1)
2711static inline HMM_Mat3 HMM_InvGeneral(HMM_Mat3 Matrix)

Callers 1

TESTFunction · 0.85

Calls 3

HMM_InvGeneralM2Function · 0.85
HMM_InvGeneralM3Function · 0.85
HMM_InvGeneralM4Function · 0.85

Tested by

no test coverage detected