pub type FloatDelaunayTriangulation<T, L> = DelaunayTriangulation<T, FloatKernel, L>;
Expand description

Type shorthand for a Delaunay triangulation with f64 coordinates that uses FloatKernel for geometric calculations.