public class QuadElementBounds
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static QuadElementBounds |
allocate() |
boolean |
containedBy(float rectMinX,
float rectMinY,
float rectMaxX,
float rectMaxY) |
boolean |
containedBy(Rectangle rectangle) |
boolean |
contains(float x,
float y) |
void |
dispose() |
boolean |
intersects(LineSegment lineSegment) |
public boolean contains(float x,
float y)
public boolean intersects(LineSegment lineSegment)
public boolean containedBy(Rectangle rectangle)
public boolean containedBy(float rectMinX,
float rectMinY,
float rectMaxX,
float rectMaxY)
public static QuadElementBounds allocate()
public void dispose()