Unravel Engine C++ Reference
Loading...
Searching...
No Matches
transform_path.hpp File Reference
#include <functional>
#include "path_vertex.hpp"
#include "utils.hpp"

Go to the source code of this file.

Classes

class  generator::transform_path_t< path_t >
 Apply a mutator function to each vertex. More...
 
class  generator::transform_path_t< path_t >::vertices_t
 

Namespaces

namespace  generator
 

Functions

template<typename path_t >
transform_path_t< path_t > generator::transform_path (path_t path, const std::function< void(path_vertex_t &)> &mutate)