Skip to main content

Crate dd_delaunay

Crate dd_delaunay 

Source
Expand description

§dd-delaunay

This is a library for computing the Delaunay triangulation of a set of n-dimensional points in a simplicial complex inspired by CGAL.

§Features

  • d-dimensional Delaunay triangulations
  • Arbitrary data types associated with vertices and cells
  • Serialization/Deserialization with serde

Modules§

delaunay_core
The main module of the library. This module contains the public interface for the library.

Traits§

Coord
The bounds of coord arrays
Coordf64
The bounds of f64 coord arrays