Skip to content

v3.2.0

Compare
Choose a tag to compare
@danburzo danburzo released this 23 Jul 12:15
· 48 commits to main since this release

New features

Adds helper functions to interpolate values bilinearly (blerp()) and trilinearly (trilerp()). These are the extensions of linear interpolation (lerp()) to two and three dimensions, respectively. (Re: #207)