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

Flips texture coordinate axis directions. More...

#include <uv_flip_mesh.hpp>

Public Types

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

Public Member Functions

 uv_flip_mesh_t (mesh_t mesh, bool u, bool v)
 
triangles_t triangles () const noexcept
 
vertices_t vertices () const noexcept
 

Detailed Description

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

Flips texture coordinate axis directions.

Definition at line 11 of file uv_flip_mesh.hpp.

Member Typedef Documentation

◆ triangles_t

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

Definition at line 33 of file uv_flip_mesh.hpp.

◆ vertices_t

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

Definition at line 40 of file uv_flip_mesh.hpp.

Constructor & Destructor Documentation

◆ uv_flip_mesh_t()

template<typename mesh_t >
generator::uv_flip_mesh_t< mesh_t >::uv_flip_mesh_t ( mesh_t mesh,
bool u,
bool v )
inline
Parameters
meshSource data mesh.
uFlip u
vFlip v

Definition at line 21 of file uv_flip_mesh.hpp.

Member Function Documentation

◆ triangles()

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

Definition at line 35 of file uv_flip_mesh.hpp.

◆ vertices()

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

Definition at line 42 of file uv_flip_mesh.hpp.


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