refactor: Use extension methods for the math module #9

Open
opened 2022-05-16 20:35:45 +00:00 by Lubba-64 · 0 comments
Lubba-64 commented 2022-05-16 20:35:45 +00:00 (Migrated from github.com)

see Extension Methods (C# Programming Guide).

This should make a lot of the vector math overrides significantly cleaner if they can be done as extension methods.

This will be a breaking change, but a good one to make as it will significantly improve the experience of using the SoulShard.Math module.

see [Extension Methods (C# Programming Guide)](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/extension-methods). This should make a lot of the vector math overrides significantly cleaner if they can be done as extension methods. This will be a breaking change, but a good one to make as it will significantly improve the experience of using the SoulShard.Math module.
This discussion has been locked. Commenting is limited to contributors.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lubba64/SoulShardUtilities#9
No description provided.