CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
TransformPath.hpp File Reference

Go to the source code of this file.

Classes

class  CeresEngine::MeshGenerator::TransformPath< Path >
 Apply a mutator function to each vertex. More...
 
class  CeresEngine::MeshGenerator::TransformPath< Path >::Vertices
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::MeshGenerator
 

Functions

template<typename Path >
TransformPath< PathCeresEngine::MeshGenerator::transformPath (Path path, Function< void(PathVertex &) const > mutate)