public class Rectangle
extends java.lang.Object
| Constructor and Description |
|---|
Rectangle() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
intersects(float left1,
float top1,
float right1,
float bottom1,
float left2,
float top2,
float right2,
float bottom2) |