Hymn to Beauty
C++ 3D Engine
Shape.hpp File Reference
#include <glm/vec3.hpp>
#include <memory>

Go to the source code of this file.

Classes

class  Physics::Shape
 
struct  Physics::Shape::Sphere
 Parameters used to create a sphere shape. More...
 
struct  Physics::Shape::Plane
 Parameters used to create a plane shape. More...
 
struct  Physics::Shape::Box
 Parameters used to create a box shape. More...
 
struct  Physics::Shape::Cylinder
 Parameters used to create a cylinder shape. More...
 
struct  Physics::Shape::Cone
 Parameters used to create a cone shape. More...
 
struct  Physics::Shape::Capsule
 Parameters used to create a capsule shape. More...
 

Namespaces

namespace  Component
 
namespace  Physics