sinCosGenerator(length, sinAmplitude, cosAmplitude, frequency) → {Object} Generate a sine and cosine
difference(a, b) → {number} The absolute difference between two values. Parameters
linearInterpolation(v, k) → {number} A Linear Interpolation Method, mostly used by Phaser.Tween
ceilTo(value, place, base) → {number} Ceils
catmullRomInterpolation(v, k) → {number} A Catmull Rom Interpolation Method, mostly used by Phaser
angleBetweenPoints(point1, point2) → {number} Find the angle of a segment from (point1.x, point1
isOdd(n) → {boolean} Returns true if the number given is odd. Parameters
getShortestAngle(angle1, angle2) → {number} Gets the shortest angle between angle1
average() → {number} Averages all values passed to the function and returns the result.
distancePow(x1, y1, x2, y2, pow) → {number} Returns the distance between
Page 1 of 6