14#include <lagrange/SurfaceMesh.h>
32template <
typename Scalar,
typename Index>
A general purpose polygonal mesh class.
Definition SurfaceMesh.h:66
uint32_t AttributeId
Identified to be used to access an attribute.
Definition AttributeFwd.h:73
Main namespace for Lagrange.
AttributeId compute_facet_circumcenter(SurfaceMesh< Scalar, Index > &mesh, FacetCircumcenterOptions options={})
Compute per-facet circumcenter.
Definition compute_facet_circumcenter.cpp:32
Definition compute_facet_circumcenter.h:19
std::string_view output_attribute_name
Output facet circumcenter attribute name.
Definition compute_facet_circumcenter.h:21