org.jmol.bspt
Interface Tuple


public interface 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]


Method Summary
 float getDimensionValue(int dim)
           
 

Method Detail

getDimensionValue

float getDimensionValue(int dim)