The minimal angle (in degrees) between 2 other angles.
Interpolation between an angle a and b. \ If t = 0, returns a. \ If t = 1, returns b.
Linear interpolation to approach a target
Interpolation, returns a value between a and b. \ If t = 0, returns a. \ If t = 1, returns b.
Reverse lerp, returns a value between 0 and 1. \ 0 if v = a. \ 1 if v = b.
Scale a vector to fit the specified vector while keeping its ratio.
Useful functions