Searched refs:pyLength (Results 1 – 1 of 1) sorted by relevance
126 float pyLength = p2.y() - p1.y(); in findIntersection() local131 float denom = pxLength * dyLength - pyLength * dxLength; in findIntersection()138 intersection.setY(p1.y() + param * pyLength); in findIntersection()