collidex v0.1.0 Collidex.Detection.Circles

Detect collisions (or not) between pairs of circles

Summary

Functions

Check for a collision between two circles c1 and c2. Return value is truthy if the two circles overlap on the plane

Functions

collision?(c1, c2)

Check for a collision between two circles c1 and c2. Return value is truthy if the two circles overlap on the plane.