Commit Graph

10 Commits

Author SHA1 Message Date
Syntriax 0257911018 docs(physics2d): Primitives 2024-02-01 11:25:30 +03:00
Syntriax 5620f2f1eb feat: Circle.UnitCircle 2024-01-27 20:14:55 +03:00
Syntriax 7b47703ba0 refactor: DebuggerDisplays For Basic Types 2024-01-27 00:51:34 +03:00
Syntriax b14d10db0c perf: Drastically Improved Memory Usage
TIL, records are not value types and are actually just reference types. So I was pretty much allocating from heap every time I used any of my data types (Like Vector2D). Needless to say, they are all now readonly structs as I originally intended them to be.
2024-01-27 00:35:12 +03:00
Syntriax f980546d37 feat: Circle & Shape Projections 2024-01-26 13:33:01 +03:00
Syntriax 9e1f38897f fix: Self Referencing Call 2024-01-25 17:49:22 +03:00
Syntriax ed15238dcd BREAKING CHANGE: New ICollider 2024-01-24 17:35:14 +03:00
Syntriax 350ef030ac refactor: Circle.Position to Circle.Center 2024-01-24 16:31:00 +03:00
Syntriax 5170dd0aea refactor: Circle 2024-01-23 17:27:38 +03:00
Syntriax a9485475c7 feat: Initial Physics Code From Previous Repo 2024-01-23 15:40:04 +03:00