Searched refs:distanceVert (Results 1 – 1 of 1) sorted by relevance
181 final double distanceVert = Math.hypot(vertPoint.x - x, vertPoint.y - y); in getEdgeIntersect() local184 if (distanceVert == 0) { in getEdgeIntersect()191 return Math.abs(distanceVert) > Math.abs(distanceHoriz) ? horizPoint : vertPoint; in getEdgeIntersect()