Searched refs:dyLength (Results 1 – 1 of 1) sorted by relevance
129 float dyLength = d2.y() - d1.y(); in findIntersection() local131 float denom = pxLength * dyLength - pyLength * dxLength; in findIntersection()135 float param = ((d1.x() - p1.x()) * dyLength - (d1.y() - p1.y()) * dxLength) / denom; in findIntersection()