File compute_mesh_area.h File List > geometry > utils > compute_mesh_area.h Go to the documentation of this file #pragma once #include <uipc/geometry/simplicial_complex.h> namespace uipc::geometry { UIPC_GEOMETRY_API Float compute_shell_volume(const SimplicialComplex& sc, Float thickness); } // namespace uipc::geometry