smootherstep(x, min, max) → {float} Smootherstep function as detailed at http://en.wikipedia.or
bezierInterpolation(v, k) → {number} A Bezier Interpolation Method, mostly used by Phaser.Tween
between(min, max) → {number} Returns a number between the min and max
angleBetweenY(x1, y1, x2, y2) → {number} Find the angle of a segment from (x1, y1) -> (x2, y2)
sign(x) → {integer} A value representing the sign of the value: -1 for negative, +1 for positive
degToRad(degrees) → {number} Convert degrees to radians. Parameters
smoothstep(x, min, max) → {float} Smoothstep function as detailed at http://en.wikipedia.org/wiki/Smoothstep
within(a, b, tolerance) → {boolean} Checks if two values are within the given tolerance of each
roundTo(value, place, base) → {number}
maxProperty() → {number} Variation of Math.max that can be passed a property and either an array
Page 3 of 6