- Source: src/geom/index.js (Line 10)
Classes
Namespaces
Members
-
<static> CIRCLE :integer
-
A Circle Geometry object type.
Type:
- integer
- Since: 3.19.0
- Source: src/geom/const.js (Line 9)
-
<static> ELLIPSE :integer
-
An Ellipse Geometry object type.
Type:
- integer
- Since: 3.19.0
- Source: src/geom/const.js (Line 18)
-
<static> LINE :integer
-
A Line Geometry object type.
Type:
- integer
- Since: 3.19.0
- Source: src/geom/const.js (Line 27)
-
<static> POINT :integer
-
A Point Geometry object type.
Type:
- integer
- Since: 3.19.0
- Source: src/geom/const.js (Line 36)
-
<static> POLYGON :integer
-
A Polygon Geometry object type.
Type:
- integer
- Since: 3.19.0
- Source: src/geom/const.js (Line 45)
-
<static> RECTANGLE :integer
-
A Rectangle Geometry object type.
Type:
- integer
- Since: 3.19.0
- Source: src/geom/const.js (Line 54)
-
<static> TRIANGLE :integer
-
A Triangle Geometry object type.
Type:
- integer
- Since: 3.19.0
- Source: src/geom/const.js (Line 63)