File compute_mesh_d_hat.h File List > geometry > utils > compute_mesh_d_hat.h Go to the documentation of this file #pragma once #include <uipc/geometry/simplicial_complex.h> namespace uipc::geometry { UIPC_GEOMETRY_API S<AttributeSlot<Float>> compute_mesh_d_hat( SimplicialComplex& R, Float max_d_hat = std::numeric_limits<Float>::max()); } // namespace uipc::geometry