Math#linearInterpolation()
  • References/Game Development/Phaser/Math/Math

linearInterpolation(v, k) → {number} A Linear Interpolation Method, mostly used by Phaser.Tween

2025-01-10 15:47:30
Math#radToDeg()
  • References/Game Development/Phaser/Math/Math

radToDeg(radians) → {number} Convert radians to degrees. Parameters

2025-01-10 15:47:30
Math#average()
  • References/Game Development/Phaser/Math/Math

average() → {number} Averages all values passed to the function and returns the result.

2025-01-10 15:47:30
Math#angleBetweenPoints()
  • References/Game Development/Phaser/Math/Math

angleBetweenPoints(point1, point2) → {number} Find the angle of a segment from (point1.x, point1

2025-01-10 15:47:30
Math#isOdd()
  • References/Game Development/Phaser/Math/Math

isOdd(n) → {boolean} Returns true if the number given is odd. Parameters

2025-01-10 15:47:30
Math#sinCosGenerator()
  • References/Game Development/Phaser/Math/Math

sinCosGenerator(length, sinAmplitude, cosAmplitude, frequency) → {Object} Generate a sine and cosine

2025-01-10 15:47:30
Math#difference()
  • References/Game Development/Phaser/Math/Math

difference(a, b) → {number} The absolute difference between two values. Parameters

2025-01-10 15:47:30
Math#isEven()
  • References/Game Development/Phaser/Math/Math

isEven(n) → {boolean} Returns true if the number given is even. Parameters

2025-01-10 15:47:30
Math#reverseAngle()
  • References/Game Development/Phaser/Math/Math

reverseAngle(angleRad) → {number} Reverses an angle. Parameters

2025-01-10 15:47:30
Math#catmullRomInterpolation()
  • References/Game Development/Phaser/Math/Math

catmullRomInterpolation(v, k) → {number} A Catmull Rom Interpolation Method, mostly used by Phaser

2025-01-10 15:47:30