|
CeresEngine 0.2.0
A game development framework
|
Swaps axis in path. More...
#include <CeresEngine/Mesh/Generator/AxisSwapPath.hpp>
Public Types | |
| using | Edges = typename Impl::Edges |
| using | Vertices = typename Impl::Vertices |
Public Member Functions | |
| AxisSwapPath (Path path, Axis x, Axis y, Axis z) | |
| Edges | edges () const noexcept |
| Vertices | vertices () const noexcept |
Private Types | |
| using | Impl = TransformPath< Path > |
Private Attributes | |
| Impl | mTransformPath |
|
private |
| using CeresEngine::MeshGenerator::AxisSwapPath< Path >::Vertices = typename Impl::Vertices |
|
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 |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |