intersectCircle

open fun intersectCircle(center: P, radius: Double): Intersection2D<P>

Intersects a segment and a circle.