Stormworks: Build and Rescue

Stormworks: Build and Rescue

Not enough ratings
LERP bilinear micro
   
Award
Favorite
Favorited
Unfavorite
Microcontrollers: Calculation, Microcontroller
Tags: v1.0.37
File Size
Posted
23.890 KB
17 Feb, 2021 @ 2:00pm
1 Change Note ( view )

Subscribe to download
LERP bilinear micro

Description
This is a slightly more complex case of linear interpolation, or LERP. See my other uploads or wikipedia article on "bilinear interpolation".

Keep in mind that output will be clamped if you provide input values out of range. I found clamping to be very useful and very easy to remove if needed.