Math-related utility functions.

Static methods

staticinline clamp (value:Float, min:Float = 0, max:Float = 1):Float

Clamps a value within the bounds of the min and max values.