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

Add identity matrix decomposition #271

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Add identity matrix decomposition #271

merged 1 commit into from
Aug 12, 2024

Conversation

ebassi
Copy link
Owner

@ebassi ebassi commented Aug 12, 2024

Identity matrices are both 2D and 3D, and have well-known values, so it's better to have their own decomposition instead of going through the 2D and 3D decomposition code.

Fixes: #250

Identity matrices are both 2D and 3D, and have well-known values, so
it's better to have their own decomposition instead of going through the
2D and 3D decomposition code.

Fixes: #250
@ebassi ebassi merged commit a4fa180 into master Aug 12, 2024
5 checks passed
@ebassi ebassi deleted the issue-250 branch August 12, 2024 14:29
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

Successfully merging this pull request may close these issues.

Identity matrix is treated as 2d, decomposing only xy scale
1 participant