Voronoi

Types

Functions

SeqSpace.Voronoi.areasMethod
areas(x)

Compute the areas of all 2-dimensional simplices generated by the delaunay construction for pointcloud x. Assumes x is sized $N \times 2$

SeqSpace.Voronoi.tessellationMethod
tessellation(q)

Construct a voronoi tessellation from generating points q. Return just vertices of construction.

SeqSpace.Voronoi.volumesMethod
volumes(x)

Compute the volume of all d-dimensional simplices generated by the delaunay construction for pointcloud x. Assumes x is sized $N \times d$