|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeCallback | |
---|---|
org.jbox2d.collision.broadphase |
Uses of TreeCallback in org.jbox2d.collision.broadphase |
---|
Classes in org.jbox2d.collision.broadphase that implement TreeCallback | |
---|---|
class |
BroadPhase
The broad-phase is used for computing pairs and performing volume queries and ray casts. |
Methods in org.jbox2d.collision.broadphase with parameters of type TreeCallback | |
---|---|
void |
DynamicTree.query(TreeCallback callback,
AABB aabb)
|
void |
BroadPhaseStrategy.query(TreeCallback callback,
AABB aabb)
Query an AABB for overlapping proxies. |
void |
BroadPhase.query(TreeCallback callback,
AABB aabb)
Query an AABB for overlapping proxies. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |