|
CeresEngine 0.2.0
A game development framework
|
Duplicates the mesh by mirrorring it along an axis. More...
#include <CeresEngine/Mesh/Generator/MirrorMesh.hpp>
Public Types | |
| using | Triangles = typename Impl::Triangles |
| using | Vertices = typename Impl::Vertices |
Public Member Functions | |
| MirrorMesh (Mesh mesh, const Axis axis) | |
| Triangles | triangles () const noexcept |
| Vertices | vertices () const noexcept |
Private Types | |
| using | Impl = MergeMesh< Mesh, AxisFlipMesh< Mesh > > |
Private Attributes | |
| Impl | mMergeMesh |
Duplicates the mesh by mirrorring it along an axis.
|
private |
| using CeresEngine::MeshGenerator::MirrorMesh< Mesh >::Triangles = typename Impl::Triangles |
| using CeresEngine::MeshGenerator::MirrorMesh< Mesh >::Vertices = typename Impl::Vertices |
|
inline |
| mesh | Source data mesh. |
| axis | The axis to mirror along. |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |