Skip to content

Radial basis function interpolation

Compare
Choose a tag to compare
@HugoGranstrom HugoGranstrom released this 30 Dec 16:04
· 45 commits to master since this release
a17b80c

With radial basis function interpolation, numericalnim finally gets an interpolation method which works on scattered data in arbitrary dimensions!

Basic usage:

let interp = newRbf(points, values)
let result = interp.eval(evalPoints)

What's Changed

Full Changelog: v0.8.3...v0.8.4