Hymn to Beauty
C++ 3D Engine
DebugDrawing.hpp File Reference
#include <glm/glm.hpp>
#include <vector>
#include "Geometry/Geometry3D.hpp"

Go to the source code of this file.

Classes

class  Video::DebugDrawing
 Draws debug primitives. More...
 
struct  Video::DebugDrawing::Point
 A debug drawing point. More...
 
struct  Video::DebugDrawing::Line
 A debug drawing line. More...
 
struct  Video::DebugDrawing::Cuboid
 A debug drawing cuboid. More...
 
struct  Video::DebugDrawing::Plane
 A debug drawing plane. More...
 
struct  Video::DebugDrawing::Circle
 A debug drawing circle. More...
 
struct  Video::DebugDrawing::Sphere
 A debug drawing sphere. More...
 
struct  Video::DebugDrawing::Cylinder
 A debug drawing cylinder. More...
 
struct  Video::DebugDrawing::Cone
 A debug drawing cone. More...
 
struct  Video::DebugDrawing::Mesh
 A debug drawing mesh. More...
 

Namespaces

namespace  Video