Skip to content
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

invert() method of Vector3 is wrong #10

Closed
integeruser opened this issue May 17, 2012 · 0 comments
Closed

invert() method of Vector3 is wrong #10

integeruser opened this issue May 17, 2012 · 0 comments

Comments

@integeruser
Copy link

https://github.com/idmillington/cyclone-physics/blob/master/include/cyclone/core.h#L449

x = -z should be z = -z

LucasCampos added a commit to LucasCampos/cyclone-physics that referenced this issue Feb 28, 2013
Inversion was not inverting z nor x correctly. Fixes issue idmillington#10, spotted by @integeruser
idmillington added a commit that referenced this issue Feb 28, 2013
Fixed issues #10 and #11, and some minor changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant