org.limn.data
Interface LimnBasis

All Known Implementing Classes:
SimpleBasis

public interface LimnBasis

LimnBasis is a small wrapper class that contains the active projection. It is little more than a convenience as it provides methods for performing the projections across rows of data. This object is accessed by both the LimnEngine which writes new projections into it and LimnRender which reads the projection information out of it.


Method Summary
 double getProjection(int dim, double[] x)
           
 

Method Detail

getProjection

public double getProjection(int dim,
                            double[] x)