intersections abstract method

Set<Vector2> intersections(
  1. T itemA,
  2. T itemB
)

Check what the intersection points of two items are, returns an empty list if there are no intersections.

Implementation

Set<Vector2> intersections(T itemA, T itemB);