Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1263
COVERAGE(HMM_M3, 1)
1264
static inline HMM_Mat3 HMM_M3(void)
1265
{
1266
ASSERT_COVERED(HMM_M3);
1267
HMM_Mat3 Result = {0};
1268
return Result;
1269
}
1270
1271
COVERAGE(HMM_M3D, 1)
1272
static inline HMM_Mat3 HMM_M3D(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