c2.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Arc
Cell
constructor
p
r
state
vertices
clear
polygon
Cell
Vertex
Circle
Convex
Hull
Delaunay
Limited
Voronoi
Line
Point
Polygon
Polyline
Quad
Tree
Rect
Sector
Spline
Triangle
Vector
Voronoi
Hierarchy
Cell
Index
Constructors
constructor
Properties
p
r
state
vertices
Methods
clear
polygon
Constructors
constructor
new
Cell
(
p
:
Point
, r
:
number
)
:
Cell
new
Cell
(
x
:
number
, y
:
number
, r
:
number
)
:
Cell
Parameters
p:
Point
r:
number
Returns
Cell
Parameters
x:
number
y:
number
r:
number
Returns
Cell
Properties
p
p
:
Point
r
r
:
number
state
state
:
number
vertices
vertices
:
CellVertex
[]
Methods
clear
clear
(
)
:
void
Returns
void
polygon
polygon
(
detail
:
number
)
:
Polygon
Parameters
detail:
number
Returns
Polygon