isAdjacentTo

abstract fun isAdjacentTo(other: ConvexPolygon): Boolean

A polygon is adjacent to another if any of its points lies on the boundary of the other.

Parameters

other

the other polygon