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