Searched refs:tempBottom (Results 1 – 1 of 1) sorted by relevance
132 float tempBottom = std::min(bottom, b); in intersects() local134 return ((tempLeft < tempRight) && (tempTop < tempBottom)); // !isEmpty in intersects()