Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ bit
Function
bit
3rdparty/recast/DebugDraw.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
inline int bit(int a, int b)
44
{
45
return (a & (1 << b)) >> b;
46
}
47
48
unsigned int duIntToCol(int i, int a)
49
{
Callers
1
duIntToCol
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected