dotnet-ad / Humper

Collision detection for Axis-Aligned-Bounding-Boxes (aka AABB) in C#.
MIT License
104 stars 19 forks source link

Ovelapped tiles #11

Open anatoly-kryzhanovsky opened 1 year ago

anatoly-kryzhanovsky commented 1 year ago

Good day I write some demo and found your project but i have two questions:

anatoly-kryzhanovsky commented 1 year ago

and i found one more case: for example, i have some distructionable blocks at (12, 12, 4, 4) and (16, 12, 4, 4). now i have a bullet with size (2, 2) at (15, 16) with speed (0, -2), so i try to move it to (15, 14). I expected two collision, but receive only one