Uses of Class
imagingbook.common.geometry.delaunay.guibas.Edge2D.Distance
Packages that use Edge2D.Distance
-
Uses of Edge2D.Distance in imagingbook.common.geometry.delaunay.guibas
Methods in imagingbook.common.geometry.delaunay.guibas that return Edge2D.DistanceModifier and TypeMethodDescriptionprotected Edge2D.Distance
Edge2D.distanceFromPoint
(Pnt2d point) Creates and returns a newEdge2D.Distance
object, representing the minimum distance between this edge and the specified point.Triangle2D.findMinEdgeDistance
(Pnt2d point) Calculates the minimum distance from the specified point to this triangle.Methods in imagingbook.common.geometry.delaunay.guibas with parameters of type Edge2D.Distance