Uses of Class
imagingbook.common.geometry.delaunay.guibas.Edge2D
Packages that use Edge2D
-
Uses of Edge2D in imagingbook.common.geometry.delaunay.guibas
Methods in imagingbook.common.geometry.delaunay.guibas that return Edge2DModifier and TypeMethodDescriptionTriangulationGuibas.findNearestEdge
(Pnt2d point) Returns the triangle edge nearest to the specified point.protected Edge2D
Edge2D.Distance.getEdge()
Methods in imagingbook.common.geometry.delaunay.guibas with parameters of type Edge2DModifier and TypeMethodDescriptionboolean
Triangle2D.containsEdge
(Edge2D edge) Returnstrue
if this triangle contains the given edge.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.Triangle2D.getOppositeVertex
(Edge2D edge) Returns the vertex of this triangle opposite to the specified edge.