CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
MergePath.hpp File Reference
#include "EmptyPath.hpp"
#include "PathVertex.hpp"
#include "Utility.hpp"

Go to the source code of this file.

Classes

class  CeresEngine::MeshGenerator::MergePath<>
 
class  CeresEngine::MeshGenerator::MergePath< Head, Tail... >
 
class  CeresEngine::MeshGenerator::MergePath< Head, Tail... >::Edges
 
class  CeresEngine::MeshGenerator::MergePath< Head, Tail... >::Vertices
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::MeshGenerator
 

Functions

template<typename... Path>
MergePath< Path... > CeresEngine::MeshGenerator::mergePath (Path... paths)