From d7042f9cbaddcea6cf95c2b55941e0cbe2536a2b Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 23 Nov 2023 15:48:23 -0800 Subject: [PATCH] must switch to face if equal --- src/model_physics.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/model_physics.rs b/src/model_physics.rs index 79f06d1..80f5c33 100644 --- a/src/model_physics.rs +++ b/src/model_physics.rs @@ -393,14 +393,14 @@ impl MinkowskiMesh<'_>{ best_transition=Transition::Vert(test_vert_id); *best_distance_squared=distance_squared; } - //test the edge - let d=diff.dot(edge_n); - if Planar64::ZERO