Searched refs:max_positive (Results 1 – 1 of 1) sorted by relevance
130 float max_positive = 0.f; in CheckOverlap() local152 if (diff > max_positive) in CheckOverlap()153 max_positive = diff; in CheckOverlap()163 std::abs(max_positive) > std::abs(max_negative) ? in CheckOverlap()164 max_positive : max_negative; in CheckOverlap()171 if (max_positive > z_threshold && max_negative < -z_threshold) in CheckOverlap()