Skip to content

JuliaPolyhedra/HyperVoronoiDelaunay.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c60a15 · Jul 6, 2022

History

19 Commits
May 23, 2022
May 23, 2022
Jun 15, 2022
Jun 15, 2022
Apr 18, 2022
Apr 18, 2022
Jul 6, 2022
May 23, 2022

Repository files navigation

HyperVoronoiDelaunay

Build Status
Build Status
Codecov branch

HyperVoronoiDelaunay is to VoronoiDelaunay what hyperplanes (resp. hyperspheres and hyperrectangles) are to planes (resp. spheres and rectangles). It provides an interface for Delaunay and Voronoi tessellations in abritrary dimension. It also support periodic tessellation.

This code was initially part of VoroX.

Benchmark

Here is the timing for finding 3D delaunay triangulation for increasing number of points; see perf/bench.jl.

32 64 128 256 512 1024
qhull 194.664 μs 491.404 μs 1.117 ms 2.591 ms 6.155 ms 13.366 ms
cddlib 2.639 ms 12.862 ms 63.421 ms 316.546 ms 1.449 s 9.339 s

About

Voronoi and Delaunay tesselation in arbitrary dimension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages