intersects

open infix override fun intersects(section: Section2<T>): Boolean

Returns true if given section intersects this circle.


open infix override fun intersects(other: Shape<T>): Boolean

Returns true if given other shape intersects this circle.


open infix override fun intersects(polygon: Polygon<T>): Boolean

Returns true if given polygon intersects this circle.


open infix override fun intersects(circle: Circle<T>): Boolean

Returns true if given circle intersects this circle.