Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::uv_swap_mesh_t< mesh_t > Class Template Reference

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

#include <uv_swap_mesh.hpp>

Public Types

using triangles_t = typename impl_t::triangles_t
 
using vertices_t = typename impl_t::vertices_t
 

Public Member Functions

 uv_swap_mesh_t (mesh_t mesh)
 
triangles_t triangles () const noexcept
 
vertices_t vertices () const noexcept
 

Detailed Description

template<typename mesh_t>
class generator::uv_swap_mesh_t< mesh_t >

Swaps the texture coordinates axis u and v.

Definition at line 11 of file uv_swap_mesh.hpp.

Member Typedef Documentation

◆ triangles_t

template<typename mesh_t >
using generator::uv_swap_mesh_t< mesh_t >::triangles_t = typename impl_t::triangles_t

Definition at line 28 of file uv_swap_mesh.hpp.

◆ vertices_t

template<typename mesh_t >
using generator::uv_swap_mesh_t< mesh_t >::vertices_t = typename impl_t::vertices_t

Definition at line 35 of file uv_swap_mesh.hpp.

Constructor & Destructor Documentation

◆ uv_swap_mesh_t()

template<typename mesh_t >
generator::uv_swap_mesh_t< mesh_t >::uv_swap_mesh_t ( mesh_t mesh)
inline
Parameters
meshSource data mesh

Definition at line 19 of file uv_swap_mesh.hpp.

Member Function Documentation

◆ triangles()

template<typename mesh_t >
triangles_t generator::uv_swap_mesh_t< mesh_t >::triangles ( ) const
inlinenoexcept

Definition at line 30 of file uv_swap_mesh.hpp.

◆ vertices()

template<typename mesh_t >
vertices_t generator::uv_swap_mesh_t< mesh_t >::vertices ( ) const
inlinenoexcept

Definition at line 37 of file uv_swap_mesh.hpp.


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