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

#include <subdivide_mesh.hpp>

Public Types

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

Public Member Functions

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

Detailed Description

template<typename mesh_t, int Iterations>
class generator::subdivide_mesh_t< mesh_t, Iterations >

Definition at line 16 of file subdivide_mesh.hpp.

Member Typedef Documentation

◆ triangles_t

template<typename mesh_t , int Iterations>
using generator::subdivide_mesh_t< mesh_t, Iterations >::triangles_t = typename impl_t::triangles_t

Definition at line 29 of file subdivide_mesh.hpp.

◆ vertices_t

template<typename mesh_t , int Iterations>
using generator::subdivide_mesh_t< mesh_t, Iterations >::vertices_t = typename impl_t::vertices_t

Definition at line 36 of file subdivide_mesh.hpp.

Constructor & Destructor Documentation

◆ subdivide_mesh_t()

template<typename mesh_t , int Iterations>
generator::subdivide_mesh_t< mesh_t, Iterations >::subdivide_mesh_t ( mesh_t mesh)
inline

Definition at line 25 of file subdivide_mesh.hpp.

Member Function Documentation

◆ triangles()

template<typename mesh_t , int Iterations>
triangles_t generator::subdivide_mesh_t< mesh_t, Iterations >::triangles ( ) const
inlinenoexcept

Definition at line 31 of file subdivide_mesh.hpp.

◆ vertices()

template<typename mesh_t , int Iterations>
vertices_t generator::subdivide_mesh_t< mesh_t, Iterations >::vertices ( ) const
inlinenoexcept

Definition at line 38 of file subdivide_mesh.hpp.


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