lol idk #1

Open
Quaternions wants to merge 826 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit 5f2bec75f5 - Show all commits

View File

@ -35,7 +35,6 @@ fn wide_vec3_length_squared(){
assert_eq!(v3,Planar64Wide3::from(3i128.pow(8)*3)); assert_eq!(v3,Planar64Wide3::from(3i128.pow(8)*3));
} }
/*
#[test] #[test]
fn wide_matrix_dot(){ fn wide_matrix_dot(){
let lhs=Matrix4x3::new([ let lhs=Matrix4x3::new([
@ -62,7 +61,6 @@ fn wide_matrix_dot(){
]).array ]).array
); );
} }
*/
#[test] #[test]
fn wide_matrix_det(){ fn wide_matrix_det(){