Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ side_count
Method
side_count
utilities/olcUTIL_Geometry2D.h:710–712 ·
view source on GitHub ↗
Returns side count: 4
Source
from the content-addressed store, hash-verified
708
709
// Returns side count: 4
710
inline constexpr size_t side_count() const {
711
return 4;
712
}
713
};
714
715
Callers
2
intersects
Function · 0.45
collision
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected