a Binary Space Partitioning Tree
The tree partitions n-dimensional space (in our case 3) into little
boxes, facilitating searches for things which are *nearby*.
Bspt(int) -
Constructor for class org.jmol.bspt.Bspt
Create a bspt with the specified number of dimensions.