Unravel Engine C++ Reference
|
Swaps axis in path. More...
#include <axis_swap_path.hpp>
Public Types | |
using | edges_t = typename impl_t::edges_t |
using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
axis_swap_path_t (path_t path, axis_t x, axis_t y, axis_t z) | |
edges_t | edges () const noexcept |
vertices_t | vertices () const noexcept |
Swaps axis in path.
Definition at line 12 of file axis_swap_path.hpp.
using generator::axis_swap_path_t< path_t >::edges_t = typename impl_t::edges_t |
Definition at line 40 of file axis_swap_path.hpp.
using generator::axis_swap_path_t< path_t >::vertices_t = typename impl_t::vertices_t |
Definition at line 47 of file axis_swap_path.hpp.
|
inline |
path | Source data path |
x | Axis to use as the X-axis |
y | Axis to use as the Y-axis |
z | Axis to use as the Z-axis |
Definition at line 23 of file axis_swap_path.hpp.
|
inlinenoexcept |
Definition at line 42 of file axis_swap_path.hpp.
|
inlinenoexcept |
Definition at line 49 of file axis_swap_path.hpp.