transformation function

This commit is contained in:
Jon Janzen
2021-09-03 19:13:26 -06:00
parent 909aa52dd6
commit be2d23914d
3 changed files with 48 additions and 4 deletions

View File

@@ -534,7 +534,7 @@ mod tests {
}
fn assert_matrix_eq(_lhs: &Matrix, _rhs: &Matrix, max_relative: f32) -> bool {
pub fn assert_matrix_eq(_lhs: &Matrix, _rhs: &Matrix, max_relative: f32) -> bool {
if _lhs.matrix.len() != _rhs.matrix.len() {
return false;
}