intersects

open override fun intersects(other: Euclidean2DShape): Boolean

A shape intersects another if any of its points is contained in the other one.

Return

true if the intersection is not empty

Parameters

other

the other shape