File tetrahedralize.h File List > geometry > utils > tetrahedralize.h Go to the documentation of this file #pragma once #include <uipc/geometry/simplicial_complex.h> namespace uipc::geometry { UIPC_GEOMETRY_API SimplicialComplex tetrahedralize(const SimplicialComplex& sc, const Json& options = Json::object()); } // namespace uipc::geometry