Cleanup Vector #93
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
question
rust
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ArkForgeLabs/BlueEngine#93
Loading…
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?
[f32;length]I can do that if you want, I can add macros for most of the traits like Add, Div, and stuff like that because it is repetitive
Yeah a macro for them and especially for swizzling would be nice.
Another update for swizzling that's needed is its return. e.g. right now it's
Vector2, but it should be[f32;2]or[f32;3]. Another bonus point is converting from and to glm's Vector2 and Vector3updated the description to include the requirements
Gotta review this type so that the issues like https://github.com/AryanpurTech/BlueEngine/pull/95 are fixed automatically, for older code as well