Compute the Voronoi diagram for the specified data.
Polygon[]
Get the clip extent.
Array<number[]>
Set the clip extent.
Get the size.
Array<number>
Set the size, equivalent to a clip extent starting from (0,0).
Get the x-coordinate accessor.
(data: T, index?: number) => number
Set the x-coordinate accessor.
Set the x-coordinate to a constant.
Get the y-coordinate accessor.
(data: T, index?: number) => number
Set the y-coordinate accessor.
Set the y-coordinate to a constant.
Compute the graph links for the Voronoi diagram for the specified data.
Compute the triangles for the Voronoi diagram for the specified data.
Array<number[]>