CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
ExtrudeMesh.hpp File Reference
#include "Edge.hpp"
#include "Iterator.hpp"
#include "MeshVertex.hpp"
#include "PathVertex.hpp"
#include "ShapeVertex.hpp"
#include "Triangle.hpp"

Go to the source code of this file.

Classes

class  CeresEngine::MeshGenerator::ExtrudeMesh< Shape, Path >
 Extrude a shape along a path. More...
 
class  CeresEngine::MeshGenerator::ExtrudeMesh< Shape, Path >::Triangles
 
class  CeresEngine::MeshGenerator::ExtrudeMesh< Shape, Path >::Vertices
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::MeshGenerator
 

Functions

template<typename Shape , typename Path >
ExtrudeMesh< Shape, PathCeresEngine::MeshGenerator::extrudeMesh (Shape shape, Path path)