Swizzle test reorganization

This commit is contained in:
2023-05-24 22:39:23 -07:00
parent 61b1d211c1
commit b05a8172c0
3 changed files with 18 additions and 21 deletions

View File

@ -29,6 +29,7 @@ impl<T: Copy + Approx, const M: usize, const N: usize> Approx for Matrix<T, M, N
}
}
#[macro_export]
macro_rules! assert_approx {
($left:expr, $right:expr $(,)?) => {
match (&$left, &$right) {