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