NEWS


tessellation 2.3.0 (2023-12-18)

New function cellVolume. It returns the volume of a bounded 2D or 3D Voronoï cell (i.e. the area in 2D, the volume in 3D). For a bounded 3D Voronoï cell, in addition to the volume of the cell, the surface area of the cell is also returned.

tessellation 2.2.0 (2023-10-30)

tessellation 2.1.3 (2023-05-30)

Fixed a minor mistake in the plotVoronoiDiagram function.

tessellation 2.1.2 (2023-03-08)

Fixed a small mistake in the C code.

tessellation 2.1.1 (2023-01-27)

Changed sprintf to snprintf in the C code.

tessellation 2.1.0 (2022-04-05)

tessellation 2.0.0 (2022-03-05)

New feature: elevated Delaunay tessellation (also called 2.5D Delaunay triangulation).

tessellation 1.0.0 (2022-01-11)

First release.