heightmap_interpolation.interpolants.interpolant module

class heightmap_interpolation.interpolants.interpolant.Interpolant(x, y, z)

Bases: ABC

Abstract base class for Interpolant(s)

data

The known x, y, z values of the function to interpolate (size numPts x 3)

cleanup()

Optional cleanup function to be implemented by interpolants that need it