public static class BoxTree.BoxItem<T> extends Inlist<BoxTree.BoxItem<T>>
Inlist.List<T extends Inlist<?>>| Constructor and Description |
|---|
BoxItem() |
BoxItem(Box box,
T item) |
BoxItem(float x1,
float y1,
float x2,
float y2) |
BoxItem(int x1,
int y1,
int x2,
int y2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
overlaps(BoxTree.BoxItem<?> it) |
void |
setExtents(float[] obb,
float add) |
void |
setExtents(float[] obb,
float add,
int length) |
java.lang.String |
toString() |
appendItem, appendList, get, last, next, prependRelative, push, remove, sizepublic int x1
public int x2
public int y1
public int y2
public T item
public BoxItem()
public BoxItem(int x1,
int y1,
int x2,
int y2)
public BoxItem(float x1,
float y1,
float x2,
float y2)
public boolean overlaps(BoxTree.BoxItem<?> it)
public void setExtents(float[] obb,
float add)
public void setExtents(float[] obb,
float add,
int length)
public java.lang.String toString()
toString in class java.lang.Object