intersectCircle

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

Intersects a line and a circle.