Uses of Class
org.tinfour.common.NeighborEdgeVertex
-
Packages that use NeighborEdgeVertex Package Description org.tinfour.common Provides classes and interfaces that are common to multiple packages within the TinFour project. -
-
Uses of NeighborEdgeVertex in org.tinfour.common
Methods in org.tinfour.common that return NeighborEdgeVertex Modifier and Type Method Description NeighborEdgeVertexINeighborEdgeLocator. getEdgeWithNearestVertex(double x, double y)Locates the edge which begins with the vertex closest to the query coordinates (x,y).
-