|
CeresEngine 0.2.0
A game development framework
|
Swaps the x and y axis. More...
#include <CeresEngine/Mesh/Generator/AxisSwapShape.hpp>
Public Types | |
| using | Edges = typename Impl::Edges |
| using | Vertices = typename Impl::Vertices |
Public Member Functions | |
| AxisSwapShape (Shape shape) | |
| Edges | edges () const noexcept |
| Vertices | vertices () const noexcept |
Private Types | |
| using | Impl = TransformShape< Shape > |
Private Attributes | |
| Impl | mTransformShape |
Swaps the x and y axis.
|
private |
| using CeresEngine::MeshGenerator::AxisSwapShape< Shape >::Vertices = typename Impl::Vertices |
|
inline |
| shape | Source data shape. |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |