A C D F G I L M O P R S T U V X Y Z

L

lerp(double, double, double, double, double) - Static method in class za.co.iocom.math.MathUtil
Linearly interpolates a value in a given range.
lerp(double, double, double) - Static method in class za.co.iocom.math.MathUtil
Linearly interpolates between two values.
line(double, double, double, double, double) - Static method in class za.co.iocom.math.MathUtil
The returned value is outputMin + ((value - inputMin) / (inputMax - inputMin)) * (outputMax - outputMin).

A C D F G I L M O P R S T U V X Y Z