Rectangle#floorAll()
  • References/Game Development/Phaser/Geometry/Rectangle

floorAll() Runs Math.floor() on the x, y, width and height values of this Rectangle. Source

2025-01-10 15:47:30
Rectangle#y
  • References/Game Development/Phaser/Geometry/Rectangle

y : number The y coordinate of the top-left corner of the Rectangle. Source

2025-01-10 15:47:30
Line#type
  • References/Game Development/Phaser/Geometry/Line

[readonly] type : number The const type of this object.

2025-01-10 15:47:30
Line#rotate()
  • References/Game Development/Phaser/Geometry/Line

rotate(angle, asDegrees) → {Phaser.Line}

2025-01-10 15:47:30
Circle#right
  • References/Game Development/Phaser/Geometry/Circle

right : number The x coordinate of the rightmost point of the circle. Changing the right property of a Circle object has no effect

2025-01-10 15:47:30
Matrix#copyFrom()
  • References/Game Development/Phaser/Geometry/Matrix

copyFrom(matrix) → {Phaser.Matrix}

2025-01-10 15:47:30
Line#normalAngle
  • References/Game Development/Phaser/Geometry/Line

[readonly] normalAngle : number Gets the angle in radians of the normal of this line (line

2025-01-10 15:47:30
Point.rotate()
  • References/Game Development/Phaser/Geometry/Point

<static> rotate(a, x, y, angle, asDegrees, distance)

2025-01-10 15:47:30
Point.normalize()
  • References/Game Development/Phaser/Geometry/Point

<static> normalize(a, out) → {

2025-01-10 15:47:30
Rectangle.clone()
  • References/Game Development/Phaser/Geometry/Rectangle

<static> clone(a, output) → {

2025-01-10 15:47:30