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