Structs§
Functions§
- lerp
- A simple linear interpolation calculation function.
p =
percent_completein decimal form - slerp
- A fast smooth interpolation calculation function.
p =
percent_completein decimal form - smootherstep
- utility function which maps a value [0, 1] -> [0, 1] using the smootherstep function