Uses of Class
org.episteme.core.mathematics.geometry.triangulation.DelaunayTriangulation.Triangle
Packages that use DelaunayTriangulation.Triangle
-
Uses of DelaunayTriangulation.Triangle in org.episteme.core.mathematics.geometry.triangulation
Methods in org.episteme.core.mathematics.geometry.triangulation that return types with arguments of type DelaunayTriangulation.TriangleModifier and TypeMethodDescriptionstatic List<DelaunayTriangulation.Triangle> DelaunayTriangulation.triangulate(List<Point2D> points) Computes Delaunay triangulation using Bowyer-Watson algorithm.Methods in org.episteme.core.mathematics.geometry.triangulation with parameters of type DelaunayTriangulation.TriangleModifier and TypeMethodDescriptionbooleanDelaunayTriangulation.Triangle.sharesEdgeWith(DelaunayTriangulation.Triangle other)