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