|
Hymn to Beauty
C++ 3D Engine
|
Parameters used to create a box shape. More...
#include <Shape.hpp>
Public Member Functions | |
| Box (float width, float height, float depth) | |
Public Attributes | |
| float | width |
| float | height |
| float | depth |
Parameters used to create a box shape.
|
inline |
| float Physics::Shape::Box::depth |
| float Physics::Shape::Box::height |
| float Physics::Shape::Box::width |