Syntriax
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 00:19:38 +03:00
c9e7bf9b0b perf: Drastically Improved Memory Usage
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 23:41:04 +03:00
54aa901d11 perf: Drastically Improved Memory Usage
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 20:33:20 +03:00
c32add40ff fix: Shape to Shape Detection
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 17:07:33 +03:00
058c6dafe3 refactor: Removed Unused Methods
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 17:04:53 +03:00
85bad951ff fix: Shape Collision on Larger Shapes
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 16:36:50 +03:00
6a84c3ec1a feat: Useful Readonly Shapes
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 16:36:34 +03:00
ceb29cc42f feat: Shape.CreateNgon
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 16:14:39 +03:00
c6d2bad23e feat: Basic Shape to Shape Collision Detection
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 16:03:23 +03:00
2bfd391286 feat: Basic Shape to Circle Collision Detection
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 15:51:14 +03:00
ac09b78edd feat: Transform Recalculation Conditions Updated
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 14:36:03 +03:00
4607955d55 feat: Vector2D.Perpendicular
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 13:32:52 +03:00
271a9a244b feat: CollisionDetector CircleCircle Projection
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 13:31:11 +03:00
f980546d37 feat: Circle & Shape Projections
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 13:30:44 +03:00
dfcc877e58 chore: Removed System Using
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 13:28:37 +03:00
8ebde9dedf feat: Projection Data Record
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 10:04:33 +03:00
238bf2d574 feat: Shape.CreateCopy
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-26 09:56:39 +03:00
ceebe21041 chore: Removed Unnecessary .sln Files
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-25 22:01:03 +03:00
0ba8927858 perf: Collider2DBase NeedsRecalculation Field
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-25 22:00:59 +03:00
ab9181fe3f refactor: Removed Unused Using
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-25 22:00:58 +03:00
266443504f feat: Improved Test Collision Resolving