Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ inset
Method
inset
src/main/java/field/utility/Rect.java:129–131 ·
view source on GitHub ↗
(float by)
Source
from the content-addressed store, hash-verified
127
}
128
129
public
Rect inset(float by) {
130
return
new
Rect(x+by, y+by, w-by*2, h-by*2);
131
}
132
133
public
boolean intersectsX(double x) {
134
return
(x>=this.x && x<this.x+this.w);
Callers
11
defaultdrawsLines
Method · 0.95
forceOnscreen
Method · 0.95
defaultdrawsLines
Method · 0.95
Viewport
Method · 0.95
SelectSubGraph
Method · 0.95
computeFrame
Method · 0.95
showIncompleteDrag
Method · 0.95
connective
Method · 0.95
bound
Method · 0.45
overlaps
Method · 0.45
loaded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected