Add `PolygonsAreTouching()`
stone50 opened this issue · 0 comments
stone50 commented
Polygon casting doesn't work as intended if the two polygons being tested are overlapping. Adding the PolygonsAreTouching()
function would both provide the tool necessary to solve this issue and add functionality to ColliderHelper
.