Package | Description |
---|---|
org.cell2d.space | |
org.cell2d.space.map |
Modifier and Type | Method and Description |
---|---|
RectangleHitbox |
RectangleHitbox.getCopy() |
Modifier and Type | Method and Description |
---|---|
java.util.List<RectangleHitbox> |
TileGridObject.cover()
Returns a list of non-overlapping RectangleHitboxes, representing regions
of the space in which this TileGridObject exists, that collectively
overlap or "cover" all and only the grid cells in this TileGridObject's
TileGrid that are occupied by tiles.
|