Unravel Engine C++ Reference
|
Swaps the x and y axis. More...
#include <axis_swap_shape.hpp>
Public Types | |
using | edges_t = typename impl_t::edges_t |
using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
axis_swap_shape_t (shape_t shape) | |
edges_t | edges () const noexcept |
vertices_t | vertices () const noexcept |
Swaps the x and y axis.
Definition at line 11 of file axis_swap_shape.hpp.
using generator::axis_swap_shape_t< shape_t >::edges_t = typename impl_t::edges_t |
Definition at line 29 of file axis_swap_shape.hpp.
using generator::axis_swap_shape_t< shape_t >::vertices_t = typename impl_t::vertices_t |
Definition at line 36 of file axis_swap_shape.hpp.
|
inline |
shape | Source data shape. |
Definition at line 19 of file axis_swap_shape.hpp.
|
inlinenoexcept |
Definition at line 31 of file axis_swap_shape.hpp.
|
inlinenoexcept |
Definition at line 38 of file axis_swap_shape.hpp.