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

Common: add determinant functions to Matrix33 and Matrix44 #12529

Merged
merged 1 commit into from Jan 26, 2024

Conversation

iwubcode
Copy link
Contributor

@iwubcode iwubcode commented Jan 24, 2024

Just trying to make our matrix class a little more general purpose.

I was looking at some functionality for determining the winding order of a (GLTF) mesh and found out you can calculate this by determining if the global transform's determinant is negative. Not sure if this will be something I use or not but wanted to make these changes in case I decide to do that.

@AdmiralCurtiss AdmiralCurtiss merged commit b0491c2 into dolphin-emu:master Jan 26, 2024
11 checks passed
@iwubcode iwubcode deleted the math_determinant branch January 26, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants