Searched refs:tempRight (Results 1 – 1 of 1) sorted by relevance
138 float tempRight = std::min(right, r); in intersects() local141 return ((tempLeft < tempRight) && (tempTop < tempBottom)); // !isEmpty in intersects()