intersects

open fun intersects(annulus: Annulus): Boolean

Returns true if this circle intersects the given annulus.


open fun intersects(circle: Circle): Boolean

Returns true if this circle intersects the given circle.


open fun intersects(ray: Ray): Boolean

Returns true if this circle intersects the given ray.