Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ getCenterX
Method
getCenterX
src/main/java/mudmap2/backend/Layer.java:134–137 ·
view source on GitHub ↗
Gets the center x coordinate (estimation) @return
()
Source
from the content-addressed store, hash-verified
132
* @
return
133
*/
134
public
int
getCenterX(){
135
updateSizeCache();
136
return
(maxX + minX) / 2;
137
}
138
139
/**
140
* Gets the center y coordinate (estimation)
Callers
3
testGetCenterX
Method · 0.95
layerSelected
Method · 0.80
writeFile
Method · 0.80
Calls
1
updateSizeCache
Method · 0.95
Tested by
1
testGetCenterX
Method · 0.76