13#include <lagrange/SurfaceMesh.h>
15namespace lagrange::testing {
29template <
typename Scalar,
typename Index>
35template <
typename Scalar,
typename Index>
A general purpose polygonal mesh class.
Definition SurfaceMesh.h:66
Options for mesh creation.
Definition create_test_mesh.h:21
bool with_indexed_uv
Initialize an indexed uv attribute.
Definition create_test_mesh.h:22
bool with_indexed_normal
Initialize an indexed normal attribute.
Definition create_test_mesh.h:23