Implementation

Usage

var a = new Circle(Vector2.One, 1.0f);
var b = new Circle(Vector2.Zero, 1.0f);
var intersects = a.Intersects(b);

Tests