Package org.jmol.bspt

Provides Binary Space Partitioning Functionality to spacially separate data structures in n-dimensions

See:
          Description

Class Summary
Bspf A Binary Space Partitioning Forest
Bspt a Binary Space Partitioning Tree
CubeIterator Iterator used for finding all points within a box or a hemi-box
Element the internal tree is made up of elements ...
Leaf A leaf of Point3f objects in the bsp tree
Node Nodes of the bspt.
 

Package org.jmol.bspt Description

Provides Binary Space Partitioning Functionality to spacially separate data structures in n-dimensions

For some useful background info, search the web for "bsp tree faq".