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

Function HMM_M3

HandmadeMath.h:1264–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1262
1263COVERAGE(HMM_M3, 1)
1264static inline HMM_Mat3 HMM_M3(void)
1265{
1266 ASSERT_COVERED(HMM_M3);
1267 HMM_Mat3 Result = {0};
1268 return Result;
1269}
1270
1271COVERAGE(HMM_M3D, 1)
1272static inline HMM_Mat3 HMM_M3D(float Diagonal)

Callers 5

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