<static> multiply(a, b, out) → {
set(x, y) → {Phaser.Point}
setMagnitude(magnitude) → {Phaser.Point}
angle(a, asDegrees) → {number} Returns the angle between this Point
perp() → {Phaser.Point}
isZero() → {boolean} Determine if this point is at 0,0. Returns
clampY(min, max) → {Phaser.Point}
floor() → {Phaser.Point}
normalize() → {Phaser.Point}
invert() → {Phaser.Point}
Page 5 of 6