Пример #1
0
 public bool CollidesWith(Circle2D other)
 => math.length(center - other.center) <= radius + other.radius;