open-ead / sead

Decompilation of sead: the standard C++ library for first-party Nintendo games
190 stars 26 forks source link

math/Matrix: Add comparison operators for Matrix34 #100

Closed leoetlino closed 2 years ago

leoetlino commented 2 years ago

Only for Matrix34 at the moment, we can add it for Matrix33 and Matrix44 if we see them used.


This change is Reviewable