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