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

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

Classes

class  Edges
 
class  Vertices
 

Public Member Functions

 SubdividePath (Path path)
 
Edges edges () const
 
Vertices vertices () const
 

Private Attributes

Path mPath
 
Vector< PathVertexmVertexCache
 

Constructor & Destructor Documentation

◆ SubdividePath()

template<typename Path >
CeresEngine::MeshGenerator::SubdividePath< Path >::SubdividePath ( Path  path)
inline

Member Function Documentation

◆ edges()

template<typename Path >
Edges CeresEngine::MeshGenerator::SubdividePath< Path >::edges ( ) const
inline

◆ vertices()

template<typename Path >
Vertices CeresEngine::MeshGenerator::SubdividePath< Path >::vertices ( ) const
inline

Member Data Documentation

◆ mPath

◆ mVertexCache


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