ebassi / graphene

A thin layer of graphic data types
http://ebassi.github.io/graphene
Other
373 stars 80 forks source link

Add identity matrix decomposition #271

Closed ebassi closed 1 month ago

ebassi commented 1 month ago

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