public class GeneralRectangle extends Object
| Constructor and Description |
|---|
GeneralRectangle()
|
| Modifier and Type | Method and Description |
|---|---|
static Polygon |
createPolygon(float[] box)
|
static Rectangle |
getBoundingBox(float[] box)
|
static boolean |
intersects(float[] box1, float[] box2)
|