Uses of Class
imagingbook.common.geometry.delaunay.guibas.Triangle2D
Packages that use Triangle2D
-
Uses of Triangle2D in imagingbook.common.geometry.delaunay.guibas
Methods in imagingbook.common.geometry.delaunay.guibas that return Triangle2DModifier and TypeMethodDescriptionTriangulationGuibas.findContainingTriangle
(Pnt2d point) Returns the triangle that contains the specified point or null if no such triangle exists.TriangulationGuibas.findNeighbour
(Triangle2D tri1, Edge2D edge) Returns the neighboring triangle of the specified triangle sharing the same edge as specified.TriangulationGuibas.findOneTriangleSharing
(Edge2D edge) Returns one of the possible triangles sharing the specified edge.Methods in imagingbook.common.geometry.delaunay.guibas with parameters of type Triangle2DModifier and TypeMethodDescriptionTriangulationGuibas.findNeighbour
(Triangle2D tri1, Edge2D edge) Returns the neighboring triangle of the specified triangle sharing the same edge as specified.