Voronoi

class Voronoi(val delaunay: Delaunay, val bounds: Rectangle)(source)

This is a fast library for computing the Voronoi diagram of a set of two-dimensional points. The Voronoi diagram is constructed by connecting the circumcenters of adjacent triangles in the Delaunay triangulation.

Since

9258fa3 - commit

Author

Ricardo Matias

Constructors

Link copied to clipboard
constructor(delaunay: Delaunay, bounds: Rectangle)

Properties

Link copied to clipboard
val bounds: Rectangle
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun init()
Link copied to clipboard
Link copied to clipboard
fun update()