intersects

open override fun intersects(annulus: Annulus): Boolean

Returns true if this circle intersects the given annulus.


open override fun intersects(circle: Circle): Boolean

Returns true if this circle intersects the given circle.


open override fun intersects(ray: Ray): Boolean

Returns true if this circle intersects the given ray.