heightmap_interpolation.interpolants.rbf_interpolant module

class heightmap_interpolation.interpolants.rbf_interpolant.RBFInterpolant(x, y, z, **kwargs)

Bases: Interpolant

Radial Basis Function Interpolant

Interpolates using the classical Radial Basis Function (RBF) interpolant

weights

The weights of the RBF equation

poly

The constant polynomial part

dist_fun

Distance functor

rbf_fun

RBF functor