Searched refs:c_b (Results 1 – 1 of 1) sorted by relevance
614 def x_intersects(c_a, c_b): argument615 return abs(c_a.x - c_b.x) < (c_a.r + c_b.r)