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

Function HMM_M2

HandmadeMath.h:1116–1121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114
1115COVERAGE(HMM_M2, 1)
1116static inline HMM_Mat2 HMM_M2(void)
1117{
1118 ASSERT_COVERED(HMM_M2);
1119 HMM_Mat2 Result = {0};
1120 return Result;
1121}
1122
1123COVERAGE(HMM_M2D, 1)
1124static inline HMM_Mat2 HMM_M2D(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