catmullRomInterpolation(v, k) → {number} A Catmull Rom Interpolation Method, mostly used by Phaser
new Math() A collection of useful mathematical functions. These are normally accessed through game.math.
ceilTo(value, place, base) → {number} Ceils
isOdd(n) → {boolean} Returns true if the number given is odd. Parameters
getShortestAngle(angle1, angle2) → {number} Gets the shortest angle between angle1
fuzzyFloor(val, epsilon) → {number} Applies a fuzzy floor to the given
isEven(n) → {boolean} Returns true if the number given is even. Parameters
radToDeg(radians) → {number} Convert radians to degrees. Parameters
reverseAngle(angleRad) → {number} Reverses an angle. Parameters
sinCosGenerator(length, sinAmplitude, cosAmplitude, frequency) → {Object} Generate a sine and cosine
Page 1 of 6