intersections abstract method

Set<Vector2> intersections(
  1. T other
)

Where this Hitbox has intersection points with another Hitbox.

Implementation

Set<Vector2> intersections(T other);