Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ getCenterY
Method
getCenterY
src/main/java/mudmap2/backend/Layer.java:143–146 ·
view source on GitHub ↗
Gets the center y coordinate (estimation) @return
()
Source
from the content-addressed store, hash-verified
141
* @
return
142
*/
143
public
int
getCenterY(){
144
updateSizeCache();
145
return
(maxY + minY) / 2;
146
}
147
148
/**
149
* Gets the exact center
Callers
3
testGetCenterY
Method · 0.95
layerSelected
Method · 0.80
writeFile
Method · 0.80
Calls
1
updateSizeCache
Method · 0.95
Tested by
1
testGetCenterY
Method · 0.76