put comment back in

This commit is contained in:
2025-11-25 12:12:33 -08:00
parent c3d390dda0
commit 9ff0736d50

View File

@@ -638,6 +638,7 @@ fn minimum_difference<const ENABLE_FAST_FAIL:bool,T>(
// direction, a0, a1, b0, b1, c0, c1, d0, d1 = reduceSimplex(new_point_p, new_point_q, a0, a1, b0, b1, c0, c1)
match simplex_big.reduce(mesh,point){
// if a and b and c and d then
Reduce::Escape(simplex)=>{
// Enough information to conclude that the meshes are intersecting.
// Topology information is computed if needed.