Package com.hypixel.hytale.math.shape
Class Rectangle
java.lang.Object
com.hypixel.hytale.math.shape.Rectangle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
min
-
max
-
-
Constructor Details
-
Rectangle
public Rectangle() -
Rectangle
public Rectangle(double minX, double minY, double maxX, double maxY) -
Rectangle
-
Rectangle
-
-
Method Details
-
getMin
-
getMax
-
getMinX
public double getMinX() -
getMinY
public double getMinY() -
getMaxX
public double getMaxX() -
getMaxY
public double getMaxY() -
assign
-
hasArea
public boolean hasArea() -
equals
-
hashCode
public int hashCode() -
toString
-