File label_triangle_orient.h File List > geometry > utils > label_triangle_orient.h Go to the documentation of this file #pragma once #include <uipc/geometry/simplicial_complex.h> namespace uipc::geometry { UIPC_GEOMETRY_API S<AttributeSlot<IndexT>> label_triangle_orient(SimplicialComplex& sc); } // namespace uipc::geometry