Searched refs:dxLength (Results 1 – 1 of 1) sorted by relevance
128 float dxLength = d2.x() - d1.x(); 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()