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

Function HMM_M4

HandmadeMath.h:1454–1459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1452
1453COVERAGE(HMM_M4, 1)
1454static inline HMM_Mat4 HMM_M4(void)
1455{
1456 ASSERT_COVERED(HMM_M4);
1457 HMM_Mat4 Result = {0};
1458 return Result;
1459}
1460
1461COVERAGE(HMM_M4D, 1)
1462static inline HMM_Mat4 HMM_M4D(float Diagonal)

Callers 6

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected