v3.2.0
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)
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)