Package | Description |
---|---|
org.jbox2d.collision.broadphase |
Modifier and Type | Class and Description |
---|---|
class |
BroadPhase
The broad-phase is used for computing pairs and performing volume queries and ray casts.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
DynamicTree.query(TreeCallback callback,
AABB aabb) |
Copyright © 2017. All Rights Reserved.