toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
io.github.sceneview.triangulation
/
Delaunator
/
VoronoiCell
Voronoi
Cell
class
VoronoiCell
(
val
index
:
Int
,
val
points
:
List
<
Delaunator.IPoint
>
)
:
Delaunator.IVoronoiCell
Members
Constructors
Voronoi
Cell
Link copied to clipboard
constructor
(
index
:
Int
,
points
:
List
<
Delaunator.IPoint
>
)
Properties
index
Link copied to clipboard
open
override
val
index
:
Int
points
Link copied to clipboard
open
override
val
points
:
List
<
Delaunator.IPoint
>