Syntriax
11483231a5
fix: ShapeExtensions.CreateCopy not having this Keyword
2024-01-27 21:21:35 +03:00
Syntriax
69eca44dd8
fix: DebuggerDisplay Wrongly Typed Parameters
2024-01-27 21:05:56 +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
85bad951ff
fix: Shape Collision on Larger Shapes
2024-01-26 17:06:42 +03:00
Syntriax
6a84c3ec1a
feat: Useful Readonly Shapes
2024-01-26 16:38:38 +03:00
Syntriax
ceb29cc42f
feat: Shape.CreateNgon
2024-01-26 16:38:08 +03:00
Syntriax
f980546d37
feat: Circle & Shape Projections
2024-01-26 13:33:01 +03:00
Syntriax
dfcc877e58
chore: Removed System Using
2024-01-26 13:32:33 +03:00
Syntriax
8ebde9dedf
feat: Projection Data Record
2024-01-26 13:30:26 +03:00
Syntriax
238bf2d574
feat: Shape.CreateCopy
2024-01-26 10:06:22 +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
528649659d
feat: AABB Center, Size & HalfSize
2024-01-24 14:09:41 +03:00
Syntriax
326bcfca61
fix: AABB.FromVectors
2024-01-24 13:59:15 +03:00
Syntriax
bfab35c27e
feat: Shape IEnumerable
2024-01-24 13:57:52 +03:00
Syntriax
468615e4cb
feat: AABB.FromVectors
2024-01-24 12:16:42 +03:00
Syntriax
56b46b93eb
fix: Build Errors
2024-01-24 12:04:34 +03:00
Syntriax
51b1f79a5d
refactor: int to Index for Shape Accessor
2024-01-24 10:40:10 +03:00
Syntriax
909b93088c
feat: Shape Index Accessor
2024-01-24 10:39:24 +03:00
Syntriax
0d29ab066f
refactor: Added Static Methods Back
2024-01-23 17:30:46 +03:00
Syntriax
bd03d036aa
refactor: Shape
2024-01-23 17:29:55 +03:00
Syntriax
3b299c947c
refactor: LineEquation
2024-01-23 17:29:21 +03:00
Syntriax
6a5d10980a
refactor: Triangle
2024-01-23 17:28:59 +03:00
Syntriax
dcda78b010
refactor: Line
2024-01-23 17:27:57 +03:00
Syntriax
5170dd0aea
refactor: Circle
2024-01-23 17:27:38 +03:00
Syntriax
5c185a664c
refactor: AABB
2024-01-23 17:26:45 +03:00
Syntriax
a9485475c7
feat: Initial Physics Code From Previous Repo
2024-01-23 15:40:04 +03:00