Searched refs:nMin1 (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() argument338 bool bDisjoint1 = (nMin1 > nMax2) && (nMin1 - nMax2 > 1); in overlaps()344 T nMin = nMin1 < nMin2 ? nMin1 : nMin2; in overlaps()
Completed in 23 milliseconds