| Package | Description |
|---|---|
| com.almasb.fxgl.physics.box2d.collision.broadphase |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBroadPhaseBuffer
The broad-phase is used for computing pairs and performing volume queries and ray casts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicTree.query(TreeCallback callback,
AABB aabb) |
void |
DefaultBroadPhaseBuffer.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.
|
Copyright © 2018. All rights reserved.