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

Swaps the texture coordinates axis u and v. More...

#include <CeresEngine/Mesh/Generator/UvSwapMesh.hpp>

Public Types

using Triangles = typename Impl::Triangles
 
using Vertices = typename Impl::Vertices
 

Public Member Functions

 UvSwapMesh (Mesh mesh)
 
Triangles triangles () const noexcept
 
Vertices vertices () const noexcept
 

Private Types

using Impl = TransformMesh< Mesh >
 

Private Attributes

Impl mTransformMesh
 

Detailed Description

template<typename Mesh>
class CeresEngine::MeshGenerator::UvSwapMesh< Mesh >

Swaps the texture coordinates axis u and v.

Member Typedef Documentation

◆ Impl

◆ Triangles

◆ Vertices

Constructor & Destructor Documentation

◆ UvSwapMesh()

template<typename Mesh >
CeresEngine::MeshGenerator::UvSwapMesh< Mesh >::UvSwapMesh ( Mesh  mesh)
inline
Parameters
meshSource data mesh

Member Function Documentation

◆ triangles()

template<typename Mesh >
Triangles CeresEngine::MeshGenerator::UvSwapMesh< Mesh >::triangles ( ) const
inlinenoexcept

◆ vertices()

template<typename Mesh >
Vertices CeresEngine::MeshGenerator::UvSwapMesh< Mesh >::vertices ( ) const
inlinenoexcept

Member Data Documentation

◆ mTransformMesh

template<typename Mesh >
Impl CeresEngine::MeshGenerator::UvSwapMesh< Mesh >::mTransformMesh
private

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