1#ifndef GENERATOR_MIRRORMESH_HPP
2#define GENERATOR_MIRRORMESH_HPP
12template<
typename Mesh>
31 return merge_mesh_.triangles();
38 return merge_mesh_.vertices();
42template<
typename Mesh>
Duplicates the mesh by mirrorring it along an axis.
typename impl_t::vertices_t vertices_t
triangles_t triangles() const noexcept
mirror_mesh_t(Mesh mesh, axis_t axis)
typename impl_t::triangles_t triangles_t
vertices_t vertices() const noexcept
mirror_mesh_t< Mesh > mirror_mesh(Mesh mesh)