15 Commits

Author SHA1 Message Date
8293c58f9f refactor: removed X.Abstract namespaces and moved StateMachine to under Systems namespace 2025-04-15 23:33:58 +03:00
bf34e52dc8 chore: added Circle.Transform extension method 2025-04-09 12:26:16 +03:00
2535a1d6ec refactor: TransformFoo like extension methods renamed to Transform 2025-04-08 23:15:19 +03:00
d1129c95df chore!: renamed Shape2D.Box to Square for consistency 2025-04-05 17:25:50 +03:00
40f483974d chore: added shape.Transform extension methods 2025-04-05 15:59:26 +03:00
4b856420f9 docs: improved documentation no Shape2D 2025-04-05 15:06:40 +03:00
7f93d95f6b feat: Shape2D convex triangulation methods added 2025-04-05 14:59:29 +03:00
4ec1a32db2 refactor!: IGameObject removed 2025-03-28 17:48:31 +03:00
5fc8c012b3 feat: quaternion to matrix4x4 methods 2025-03-26 13:57:46 +03:00
95ddba0230 docs: updated extension methods to inherit the original method's documentation 2025-03-21 23:01:47 +03:00
30caa202dc refactor: added forgotten epsilon for Shape2D.ApproximatelyEquals 2025-03-21 22:57:00 +03:00
b2a286b5e5 feat: added quaternion struct 2025-03-21 22:04:00 +03:00
5c542039ed chore: added more implicit conversions on Vector2D and Vector3D 2025-03-21 21:53:53 +03:00
25043bbcde docs: fixed typo on Vector3D 2025-03-18 22:10:59 +03:00
183966d239 refactor: moved 2D primitives from Physics2D to Core 2025-03-17 21:57:09 +03:00