Type Definition spade::delaunay::FloatCDT

source ·
pub type FloatCDT<T, L> = ConstrainedDelaunayTriangulation<T, FloatKernel, L>;
Expand description

Type shorthand for a constrained Delaunay triangulation using the precise FloatKernel.