-
Notifications
You must be signed in to change notification settings - Fork 33
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 Origin library to project #82
Comments
So I've already got a branch working with my point protocol, with all point stuff package prefixed with p: so I can just copy that over and have a slight indirection in a P: package wrapping origin, or I can just change those prefixes to origin.vec3 and it should be good to go. or maybe that should be origin.vec4 to be ready for transforms or else we cant use them as is. |
Sounds good. Let's put the wrapper around origin.vec4. |
sure thing, will do tomorrow morning. |
So this isn't quite that simple. origin, in it's being 'correct', doesn't do things like cross-products of vec4's, or if you want to scale by number it will scale w, so it's like you need some functions from vec3 some from vec4. |
In that case let's wrap around vec3. That will do us fine. |
@JMC-design
https://git.mfiano.net/mfiano/origin
https://quickdocs.org/origin
The text was updated successfully, but these errors were encountered: