intersectCircle

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

Intersects a line and a circle.