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

I wish there was a constructor that returned an inverted version of another matrix. #158

Closed
Hixie opened this issue Jan 13, 2016 · 2 comments

Comments

@Hixie
Copy link

Hixie commented Jan 13, 2016

   Matrix4 inverted = new Matrix4.invert(otherMatrix);

Maybe throw if determinant is zero? Dunno.

@johnmccutchan
Copy link
Collaborator

Done in 1.4.5

@Hixie
Copy link
Author

Hixie commented Jan 13, 2016

Oh neat, thanks!

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

2 participants