Uses of Interface
imagingbook.common.geometry.delaunay.Triangle
Packages that use Triangle
Package
Description
-
Uses of Triangle in imagingbook.common.geometry.delaunay
Methods in imagingbook.common.geometry.delaunay that return types with arguments of type TriangleModifier and TypeMethodDescriptionDelaunayTriangulation.getTriangles()
Returns a list ofTriangle
instances contained in this triangulation. -
Uses of Triangle in imagingbook.common.geometry.delaunay.guibas
Classes in imagingbook.common.geometry.delaunay.guibas that implement TriangleModifier and TypeClassDescriptionclass
Represents a 2D triangle, specified by three corner points.Methods in imagingbook.common.geometry.delaunay.guibas that return types with arguments of type Triangle