heightmap_interpolation.interpolants.cubic_interpolant module

class heightmap_interpolation.interpolants.cubic_interpolant.CubicInterpolant(x, y, z, fill_value=nan, tol=1e-06, maxiter=400, rescale=False)

Bases: Interpolant