13#ifdef LAGRANGE_ENABLE_LEGACY_FUNCTIONS
14 #include <lagrange/legacy/normalize_meshes.h>
17#include <lagrange/SurfaceMesh.h>
18#include <lagrange/utils/span.h>
40template <
typename Scalar,
typename Index>
51template <
typename Scalar,
typename Index>
A general purpose polygonal mesh class.
Definition: SurfaceMesh.h:66
void normalize_meshes(span< SurfaceMesh< Scalar, Index > * > meshes)
Normalize a list of meshes to fit in a unit box centered at the origin.
Definition: normalize_meshes.cpp:39
void normalize_mesh(SurfaceMesh< Scalar, Index > &mesh)
Normalize a mesh to fit in a unit box centered at the origin.
Definition: normalize_meshes.cpp:23
::nonstd::span< T, Extent > span
A bounds-safe view for sequences of objects.
Definition: span.h:27
Main namespace for Lagrange.
Definition: AABBIGL.h:30