heightmap_interpolation.interpolants.rbf_interpolant module
- class heightmap_interpolation.interpolants.rbf_interpolant.RBFInterpolant(x, y, z, **kwargs)
Bases:
heightmap_interpolation.interpolants.interpolant.InterpolantRadial 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