Voronoi
Types
Functions
SeqSpace.Voronoi.areas — Methodareas(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.boundary — Methodboundary(d)Returns the boundary vertices of a unit cube in d dimensions.
SeqSpace.Voronoi.tessellation — Methodtessellation(q)Construct a voronoi tessellation from generating points q. Return just vertices of construction.
SeqSpace.Voronoi.volumes — Methodvolumes(x)Compute the volume of all d-dimensional simplices generated by the delaunay construction for pointcloud x. Assumes x is sized $N \times d$