Unravel Engine C++ Reference
|
Duplicates the mesh by mirrorring it along an axis. More...
#include <mirror_mesh.hpp>
Public Types | |
using | triangles_t = typename impl_t::triangles_t |
using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
mirror_mesh_t (Mesh mesh, axis_t axis) | |
triangles_t | triangles () const noexcept |
vertices_t | vertices () const noexcept |
Duplicates the mesh by mirrorring it along an axis.
Definition at line 13 of file mirror_mesh.hpp.
using generator::mirror_mesh_t< Mesh >::triangles_t = typename impl_t::triangles_t |
Definition at line 27 of file mirror_mesh.hpp.
using generator::mirror_mesh_t< Mesh >::vertices_t = typename impl_t::vertices_t |
Definition at line 34 of file mirror_mesh.hpp.
|
inline |
mesh | Source data mesh. |
axis | The axis to mirror along. |
Definition at line 22 of file mirror_mesh.hpp.
|
inlinenoexcept |
Definition at line 29 of file mirror_mesh.hpp.
|
inlinenoexcept |
Definition at line 36 of file mirror_mesh.hpp.