Syntriax
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 12:14:58 +03:00
468615e4cb feat: AABB.FromVectors
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 12:02:50 +03:00
56b46b93eb fix: Build Errors
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 11:51:53 +03:00
0c3bf48d2c feat: Vector2D.Orientation
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 11:31:35 +03:00
77e1949f59 refactor: Math Constants Now Use Each Other as References
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 11:26:26 +03:00
fbf9bd5832 refactor: Removed Old PhysicsMath Class
d40183db65 feat: float & Vector2D.ApproximatelyEquals
Compare 2 commits »
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 11:20:05 +03:00
a60f79f12b chore: Removed Physics2D Degree Constants
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 11:19:42 +03:00
4bf618251f feat: Math.Clamp
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 11:15:27 +03:00
b3d404bb6b feat: TransformExtensions.TransformVector2D
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 11:14:01 +03:00
87bf47eefd feat: Math
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 10:43:22 +03:00
e5732f0ac5 fix: Build Error Caused by Parameter Name
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 10:40:17 +03:00
c3bcaaee06 refactor: Vector2D.Invert to Operator
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 10:38:52 +03:00
83d8a03be3 feat: Basic Operation Methods
1acecdf3ce feat: Vector2.Rotate
51b1f79a5d refactor: int to Index for Shape Accessor
09c63b65df fix: Scale Calling FromTo Instead of Scale
909b93088c feat: Shape Index Accessor
Compare 5 commits »
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 10:36:29 +03:00
b905cfed1d feat: Basic Operation Methods
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 10:31:18 +03:00
0fc2a81707 feat: Vector2.Rotate
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 10:23:48 +03:00
0ae48a16b2 refactor: int to Index for Shape Accessor
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 10:23:15 +03:00
fa0f8d5def fix: Scale Calling FromTo Instead of Scale
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-24 09:25:11 +03:00
fd72f81859 feat: Shape Index Accessor
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-01-23 17:30:33 +03:00
e7587a0827 fix: Wrong Method Call
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-23 17:29:52 +03:00
5ed7ccdded fix: Build Errors
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-23 17:29:29 +03:00
0d29ab066f refactor: Added Static Methods Back