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

Go to the source code of this file.

Classes

class  CeresEngine::MeshGenerator::RepeatShape< Shape >
 Repeats the same shape a given number of time at given intervals. More...
 
class  CeresEngine::MeshGenerator::RepeatShape< Shape >::Edges
 
class  CeresEngine::MeshGenerator::RepeatShape< Shape >::Vertices
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::MeshGenerator
 

Functions

template<typename Shape >
RepeatShape< ShapeCeresEngine::MeshGenerator::repeatShape (Shape shape, int instances, const Vector2 &delta) noexcept