Uses of Interface
imagingbook.common.geometry.delaunay.DelaunayTriangulation
Packages that use DelaunayTriangulation
Package
Description
-
Uses of DelaunayTriangulation in imagingbook.common.geometry.delaunay
Methods in imagingbook.common.geometry.delaunay that return DelaunayTriangulationModifier and TypeMethodDescriptionstatic DelaunayTriangulation
DelaunayTriangulation.from
(Collection<? extends Pnt2d> points) Performs Delaunay triangulation on the specified points.static DelaunayTriangulation
DelaunayTriangulation.from
(Collection<? extends Pnt2d> points, boolean shuffle) Performs Delaunay triangulation on the specified points with (optional) random insertion order. -
Uses of DelaunayTriangulation in imagingbook.common.geometry.delaunay.guibas
Classes in imagingbook.common.geometry.delaunay.guibas that implement DelaunayTriangulationModifier and TypeClassDescriptionclass
This is an implementation of the triangulation algorithm described in [1].