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