getShortestAngle(angle1, angle2) → {number} Gets the shortest angle between angle1
ceilTo(value, place, base) → {number} Ceils
isEven(n) → {boolean} Returns true if the number given is even. Parameters
catmullRomInterpolation(v, k) → {number} A Catmull Rom Interpolation Method, mostly used by Phaser
sinCosGenerator(length, sinAmplitude, cosAmplitude, frequency) → {Object} Generate a sine and cosine
mapLinear(x, a1, a2, b1, b2) → {number} Linear mapping from range to range Parameters
clampBottom(x, a) → {number} Clamp x to the range [a, Infinity).Roughly
between(min, max) → {number} Returns a number between the min and max
smootherstep(x, min, max) → {float} Smootherstep function as detailed at http://en.wikipedia.or
linear(p0, p1, t) → {number} Calculates a linear (interpolation) value over t. Parameters
Page 2 of 6