CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::MeshGenerator::AxisSwapShape< Shape > Class Template Reference

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
 

Detailed Description

template<typename Shape>
class CeresEngine::MeshGenerator::AxisSwapShape< Shape >

Swaps the x and y axis.

Member Typedef Documentation

◆ Edges

◆ Impl

◆ Vertices

Constructor & Destructor Documentation

◆ AxisSwapShape()

template<typename Shape >
CeresEngine::MeshGenerator::AxisSwapShape< Shape >::AxisSwapShape ( Shape  shape)
inline
Parameters
shapeSource data shape.

Member Function Documentation

◆ edges()

template<typename Shape >
Edges CeresEngine::MeshGenerator::AxisSwapShape< Shape >::edges ( ) const
inlinenoexcept

◆ vertices()

template<typename Shape >
Vertices CeresEngine::MeshGenerator::AxisSwapShape< Shape >::vertices ( ) const
inlinenoexcept

Member Data Documentation

◆ mTransformShape

template<typename Shape >
Impl CeresEngine::MeshGenerator::AxisSwapShape< Shape >::mTransformShape
private

The documentation for this class was generated from the following file: