radToDeg(radians) → {number} Convert radians to degrees. Parameters
average() → {number} Averages all values passed to the function and returns the result.
fuzzyFloor(val, epsilon) → {number} Applies a fuzzy floor to the given
sinCosGenerator(length, sinAmplitude, cosAmplitude, frequency) → {Object} Generate a sine and cosine
angleBetweenPoints(point1, point2) → {number} Find the angle of a segment from (point1.x, point1
between(min, max) → {number} Returns a number between the min and max
mapLinear(x, a1, a2, b1, b2) → {number} Linear mapping from range to range Parameters
bezierInterpolation(v, k) → {number} A Bezier Interpolation Method, mostly used by Phaser.Tween
rotateToAngle(currentAngle, targetAngle, lerp) → {number} Rotates
clampBottom(x, a) → {number} Clamp x to the range [a, Infinity).Roughly
Page 2 of 6