Searched refs:nMin2 (Results 1 – 1 of 1) sorted by relevance
336 static bool overlaps(T nMin1, T nMax1, T nMin2, T nMax2, T& rNewMin, T& rNewMax) in overlaps() argument339 bool bDisjoint2 = (nMin2 > nMax1) && (nMin2 - nMax1 > 1); in overlaps()344 T nMin = nMin1 < nMin2 ? nMin1 : nMin2; in overlaps()
Completed in 23 milliseconds