MCPcopy 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
43inline int bit(int a, int b)
44{
45 return (a & (1 << b)) >> b;
46}
47
48unsigned int duIntToCol(int i, int a)
49{

Callers 1

duIntToColFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected