Searched refs:mFactor (Results 1 – 2 of 2) sorted by relevance
147 double mFactor = fabs(useS ? distEndRatio(sDist, quad1) : distEndRatio(tDist, quad2)); in checkParallel() local148 if (mFactor < 5000) { // empirically found limit in checkParallel()
1099 double mFactor = fabs(useS ? this->distEndRatio(sDist) : rh->distEndRatio(tDist)); in tangentsDiverge() local1100 return mFactor < 2400; // empirically found limit in tangentsDiverge()