Creates a new Voronoi layout with default x- and y- accessors and a null extent.
Without specifying a generic the layout is assumed to be based on data represented by a two-dimensional coordinate [number, number] for x- and y-coordinate, respectively.
Creates a new Voronoi layout with default x- and y- accessors and a null extent. x- and y-accessors may have to be set to correspond to the data type provided by the generic.
The generic refers to the type of the data for the corresponding element.
Generated using TypeDoc
Voronoi Triangle is a three-element array of elements from data.
The generic refers to the type of the data for the corresponding element.