Searched refs:dSlope (Results 1 – 1 of 1) sorted by relevance
94 float dSlope = findSlope(d1, d2, dOffset); in findIntersection() local96 if (dSlope == pSlope) in findIntersection()101 intersection.setY(dSlope * intersection.x() + dOffset); in findIntersection()104 if (dSlope == std::numeric_limits<float>::infinity()) { in findIntersection()111 intersection.setX((dOffset - pOffset) / (pSlope - dSlope)); in findIntersection()