From 8a1e7131707a0e03f74aa6f001e7c5d9c0d8fa75 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 26 Sep 2024 15:08:50 -0700 Subject: [PATCH] column major --- src/physics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physics.rs b/src/physics.rs index a8c9744..73fe423 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -1985,7 +1985,7 @@ mod test{ fn test_collision_rotated(relative_body:Body,expected_collision_time:Option