YellowTide fbf017786e fixed functionality of utils.lerp()
((a - b) + b)*t = a*t
switched to
(1-t)*b + a*t

visualization of change:
https://www.desmos.com/calculator/91ge9obdoi
2017-05-19 07:01:07 -05:00
..
2016-12-14 20:45:11 -04:00
2017-03-29 07:42:40 -07:00
2017-03-29 05:32:16 -07:00
2017-03-29 05:32:16 -07:00
2017-05-19 07:01:07 -05:00
2017-03-29 05:32:16 -07:00
2017-03-29 05:32:16 -07:00