Package net.java.dev.joode.space

Interface Summary
GeomListener  
NearCallback  
 

Class Summary
OctTreeSpace OctTreeSpace orders the elements in an OctTree (a BSPTree to be precise) This way only Geoms close to eachother get tested for collisions.
SimpleSpace A very elemental Space, it does not perform any sorting of the Geoms.
Space Spaces are fundamental to collision detection, as they handle the collidable Geoms.