| 
    CeresEngine 0.2.0
    
   A game development framework 
   | 
 
#include "Axis.hpp"#include "MeshVertex.hpp"#include "ShapeVertex.hpp"#include "Triangle.hpp"#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | CeresEngine::MeshGenerator::LatheMesh< Shape > | 
| Spins a shape around an axis to create a mesh.  More... | |
| class | CeresEngine::MeshGenerator::LatheMesh< Shape >::Triangles | 
| class | CeresEngine::MeshGenerator::LatheMesh< Shape >::Vertices | 
Namespaces | |
| namespace | CeresEngine | 
| namespace | CeresEngine::MeshGenerator | 
Functions | |
| template<typename Shape > | |
| LatheMesh< Shape > | CeresEngine::MeshGenerator::lathe (Shape shape, Axis axis=Axis::X, int slices=32, double start=0.0, double sweep=radians(360.0)) |