Uses of Package
org.jmol.bspt

Packages that use org.jmol.bspt
org.jmol.bspt 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". 
 

Classes in org.jmol.bspt used by org.jmol.bspt
SphereIterator
          Iterator used for finding all points within a sphere or a hemisphere Obtain a SphereIterator by calling Bspt.allocateSphereIterator().
Tuple
          To store objects in the bspt they must implement this interface so that coordinate values can be accessed along each dimension; In 3 dimensional space the values of dim will be in the range [0,2]