Package cmion.addOns.samgar.playerProxy
Class Rectangle
- java.lang.Object
-
- cmion.addOns.samgar.playerProxy.Rectangle
-
public class Rectangle extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(Coordinate point)voidset(double newXMin, double newXMax, double newYMin, double newYMax)
-
-
-
Method Detail
-
set
public void set(double newXMin, double newXMax, double newYMin, double newYMax)
-
contains
public boolean contains(Coordinate point)
-
-