Package org.jbox2d.collision.broadphase

Interface Summary
BroadPhaseStrategy  
 

Class Summary
BroadPhase The broad-phase is used for computing pairs and performing volume queries and ray casts.
DynamicTree A dynamic tree arranges data in a binary tree to accelerate queries such as volume queries and ray casts.
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.
 



Copyright © 2013. All Rights Reserved.