MCPcopy 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

defaultdrawsLinesMethod · 0.95
forceOnscreenMethod · 0.95
defaultdrawsLinesMethod · 0.95
ViewportMethod · 0.95
SelectSubGraphMethod · 0.95
computeFrameMethod · 0.95
showIncompleteDragMethod · 0.95
connectiveMethod · 0.95
boundMethod · 0.45
overlapsMethod · 0.45
loadedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected