Closed Osspial closed 5 years ago
would be good to have a few tests added for this though... bors r-
Oh, I didn't notice mint had a test suite! I've added tests in.
Also, it looks like there were a few already-existing matrices not covered in the row_matrix
and column_matrix
tests, so I've added those in as well.
Thanks a ton! Bors r+
On Sep 16, 2019, at 12:24, Osspial notifications@github.com wrote:
Oh, I didn't notice mint had a test suite! I've added tests in.
Also, it looks like there were a few already-existing matrices not covered in the row_matrix and column_matrix tests, so I've added those in as well.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Would it be possible to do a 5.2
release after this is merged?
I have no idea if there's any practical use for these, but OpenGL,
nalgebra
, and probably other math crates expose them and they fit within the2x2-4x4
matrix range exposed by this crate, so I can't see a reason not to have them.