You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inv_lerp is opposite of lerp and remap utilizes both to map a value from an input range to an output range. Very useful if you want to remap things like colors or percents etc.
The text was updated successfully, but these errors were encountered:
Now that the
lerp
function has been implemented intopygame.math
I thought it would also be a good idea to add theinvlerp
andremap
functions.inv_lerp
is opposite oflerp
andremap
utilizes both to map a value from an input range to an output range. Very useful if you want to remap things like colors or percents etc.The text was updated successfully, but these errors were encountered: