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

Go to the source code of this file.

Classes

class  CeresEngine::MeshGenerator::RepeatPath< Path >
 Repeats the same path a given number of time at given intervals. More...
 
class  CeresEngine::MeshGenerator::RepeatPath< Path >::Edges
 
class  CeresEngine::MeshGenerator::RepeatPath< Path >::Vertices
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::MeshGenerator
 

Functions

template<typename Path >
RepeatPath< PathCeresEngine::MeshGenerator::repeatPath (Path path, int instances, const Vector3 &delta) noexcept