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

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

Public Types

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

Public Member Functions

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

Private Types

using Impl = SubdivideMesh< SubdivideMesh< Mesh, Iterations - 1 >, 1 >
 

Private Attributes

Impl mSubdivideMesh
 

Member Typedef Documentation

◆ Impl

◆ Triangles

◆ Vertices

Constructor & Destructor Documentation

◆ SubdivideMesh()

template<typename Mesh , int Iterations>
CeresEngine::MeshGenerator::SubdivideMesh< Mesh, Iterations >::SubdivideMesh ( Mesh  mesh)
inline

Member Function Documentation

◆ triangles()

template<typename Mesh , int Iterations>
Triangles CeresEngine::MeshGenerator::SubdivideMesh< Mesh, Iterations >::triangles ( ) const
inlinenoexcept

◆ vertices()

template<typename Mesh , int Iterations>
Vertices CeresEngine::MeshGenerator::SubdivideMesh< Mesh, Iterations >::vertices ( ) const
inlinenoexcept

Member Data Documentation

◆ mSubdivideMesh

template<typename Mesh , int Iterations>
Impl CeresEngine::MeshGenerator::SubdivideMesh< Mesh, Iterations >::mSubdivideMesh
private

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