refactor: Use extension methods for the math module #9
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority::backlog
priority::high
priority::low
priority::medium
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lubba64/SoulShardUtilities#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.