Class Bounds

java.lang.Object
io.github.srcimon.screwbox.core.Bounds
All Implemented Interfaces:
Serializable

public final class Bounds extends Object implements Serializable
Bounds represents a space in the 2d world. It's defined by its position() (center of the area) and its extents() (the Vector from the center to it's lower right corner. The origin() defines the upper left corner.
See Also: