This commit is contained in:
2025-11-27 12:03:27 -08:00
parent 43a2c76906
commit 291cedff3f

View File

@@ -564,6 +564,8 @@ pub fn closest_fev_not_inside<'a>(mesh:&MinkowskiMesh<'a>,point:Planar64Vec3)->O
}
}
}
// we found the connecting edge which is guaranteed to be unique, but could not find the connecting face
break;
}
}
Err(OhNoes)