Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetPixelWidth
Method
GetPixelWidth
src/Map.cpp:625–628 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
623
624
625
unsigned int cMap::GetPixelWidth(void) const
626
{
627
return (int) pow(2.0, (double) m_Scale);
628
}
629
630
631
Callers
2
Update
Method · 0.80
Item
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected