- Enclosing class:
- AABB<T>
public static final class AABB.Factory<T>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
void
add(T object,
float x,
float y,
float size)
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Factory
public Factory(Class<T> objectType,
float prefCellSize)
-
Method Details
-
add
public void add(T object,
float x,
float y,
float size)
-
reset
public void reset()
-