We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff61a1 commit afe8c1aCopy full SHA for afe8c1a
TriangleMeshDistance/include/tmd/TriangleMeshDistance.h
@@ -400,7 +400,7 @@ inline void tmd::TriangleMeshDistance::_construct()
400
this->pseudonormals_edges[tri_i][2] = get_edge_normal(triangle[0], triangle[2]).normalized();
401
}
402
403
- // Check that the mesh is watertight: All edges appear exactly once.
+ // Check that the mesh is watertight: All edges appear exactly twice.
404
bool single_edge_found = false;
405
bool triple_edge_found = false;
406
for (const auto edge_count : edges_count) {
0 commit comments