class documentation

This interpolator returns the nearest value closest to the point

Method _get_value Given a position return the interpolated value

Inherited from MtxInterpolator:

Method __init__ mtx=numpy matrix
Method convert_coord Undocumented
Method get_val_slice A matrix of coordinates for creating values. The matrix is a custom 3d format called Matrix3d.
Method get_value Undocumented
Instance Variable mtx Undocumented
Instance Variable wrap Undocumented
def _get_value(self, x, y, z):

Given a position return the interpolated value