Package org.oscim.utils.quadtree
Class BoxTree.BoxItem<T>
- Enclosing class:
- BoxTree<T extends BoxTree.BoxItem<E>,
E>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.oscim.utils.pool.Inlist
Inlist.List<T extends Inlist<?>> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanoverlaps(BoxTree.BoxItem<?> it) voidsetExtents(float[] obb, float add) voidsetExtents(float[] obb, float add, int length) toString()Methods inherited from class org.oscim.utils.pool.Inlist
appendItem, appendList, get, last, next, prependRelative, push, remove, size
-
Field Details
-
x1
public int x1 -
x2
public int x2 -
y1
public int y1 -
y2
public int y2 -
item
-
-
Constructor Details
-
BoxItem
public BoxItem() -
BoxItem
public BoxItem(int x1, int y1, int x2, int y2) -
BoxItem
public BoxItem(float x1, float y1, float x2, float y2) -
BoxItem
-
-
Method Details