Namespace: Geom

Phaser. Geom

Classes

Circle
Ellipse
Line
Point
Polygon
Rectangle
Triangle

Namespaces

Intersects
Mesh

Members


<static> CIRCLE :number

A Circle Geometry object type.

Type:
  • number
Since: 3.19.0
Source: src/geom/const.js (Line 9)

<static> ELLIPSE :number

An Ellipse Geometry object type.

Type:
  • number
Since: 3.19.0
Source: src/geom/const.js (Line 18)

<static> LINE :number

A Line Geometry object type.

Type:
  • number
Since: 3.19.0
Source: src/geom/const.js (Line 27)

<static> POINT :number

A Point Geometry object type.

Type:
  • number
Since: 3.19.0
Source: src/geom/const.js (Line 36)

<static> POLYGON :number

A Polygon Geometry object type.

Type:
  • number
Since: 3.19.0
Source: src/geom/const.js (Line 45)

<static> RECTANGLE :number

A Rectangle Geometry object type.

Type:
  • number
Since: 3.19.0
Source: src/geom/const.js (Line 54)

<static> TRIANGLE :number

A Triangle Geometry object type.

Type:
  • number
Since: 3.19.0
Source: src/geom/const.js (Line 63)