Line#height
  • References/Game Development/Phaser/Geometry/Line

[readonly] height : number Gets the height of this bounds of this line.

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

<static> multiply(a, b, out) → {

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

[readonly] y : number Gets the y coordinate of the top left of the bounds around this line

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

<static> reflect(a, b) → {number} Returns the reflected

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

new Polygon(points) Creates a new Polygon. The points can be set from a variety of formats: An array of Point objects:

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

left : number The x coordinate of the left of the Rectangle. Changing the left property of a Rectangle object has no effect on

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

<static> negative(a, out) → {

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

<static> divide(a, b, out) → {

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

[readonly] volume : number The volume of the Rectangle derived from width * height.

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

new Circle(x, y, diameter) Creates a new Circle

2025-01-10 15:47:30