Unravel Engine C++ Reference
|
Swaps any number of axis in the mesh. More...
#include <axis_swap_mesh.hpp>
Classes | |
class | triangles_t |
Public Types | |
using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
axis_swap_mesh_t (mesh_t mesh, axis_t x, axis_t y, axis_t z) | |
triangles_t | triangles () const noexcept |
vertices_t | vertices () const noexcept |
Swaps any number of axis in the mesh.
Definition at line 13 of file axis_swap_mesh.hpp.
using generator::axis_swap_mesh_t< mesh_t >::vertices_t = typename impl_t::vertices_t |
Definition at line 83 of file axis_swap_mesh.hpp.
|
inline |
mesh | Source data mesh. |
x | Axis to be used as the x-axis |
y | Axis to be used as the y-axis |
z | Axis to be used as the z-axis |
Definition at line 57 of file axis_swap_mesh.hpp.
|
inlinenoexcept |
Definition at line 78 of file axis_swap_mesh.hpp.
|
inlinenoexcept |
Definition at line 85 of file axis_swap_mesh.hpp.