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

Go to the source code of this file.

Classes

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

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::MeshGenerator
 

Functions

template<typename Shape >
TransformShape< ShapeCeresEngine::MeshGenerator::transformShape (Shape shape, Function< void(ShapeVertex &) const > mutate)