intersects

open fun intersects(annulus: Annulus): Boolean

Returns true if this annulus intersects the given annulus.


open fun intersects(circle: Circle): Boolean

Returns true if this annulus intersects the given circle.


open fun intersects(ray: Ray): Boolean

Returns true if this annulus intersects the given ray.