-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add vectors #159
Add vectors #159
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix clippy lints as well!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Adds faster
vector
type and keyword.Vector3
andvector
are perfectly compatible at runtime but have different types.Future change could be for
Vector
to storeNumTy
s instead ofTy
s butNumTy
doesn't have ranges right now. Alternative wasVector<Box<NumTy>, Box<NumTy>, Option<Box<NumTy>,
Option, Option, Option>` which I didn't like.