| Package | Description |
|---|---|
| org.jbox2d.collision.broadphase | |
| org.jbox2d.dynamics |
| Class and Description |
|---|
| BroadPhaseStrategy |
| DynamicTreeNode |
| Pair
Java note: at the "creation" of each node, a random key is given to that node, and that's what we
sort from.
|
| Class and Description |
|---|
| BroadPhase
The broad-phase is used for computing pairs and performing volume queries and ray casts.
|
| BroadPhaseStrategy |
Copyright © 2017. All Rights Reserved.