Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1115
COVERAGE(HMM_M2, 1)
1116
static inline HMM_Mat2 HMM_M2(void)
1117
{
1118
ASSERT_COVERED(HMM_M2);
1119
HMM_Mat2 Result = {0};
1120
return Result;
1121
}
1122
1123
COVERAGE(HMM_M2D, 1)
1124
static inline HMM_Mat2 HMM_M2D(float Diagonal)
Callers
5
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected