File is_trimesh_closed.h File List > geometry > utils > is_trimesh_closed.h Go to the documentation of this file #pragma once #include <uipc/geometry/simplicial_complex.h> namespace uipc::geometry { UIPC_GEOMETRY_API bool is_trimesh_closed(const SimplicialComplex& R); } // namespace uipc::geometry