Hymn to Beauty
C++ 3D Engine
Physics::Shape::Box Struct Reference

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
 

Detailed Description

Parameters used to create a box shape.

Constructor & Destructor Documentation

◆ Box()

Physics::Shape::Box::Box ( float  width,
float  height,
float  depth 
)
inline

Member Data Documentation

◆ depth

float Physics::Shape::Box::depth

◆ height

float Physics::Shape::Box::height

◆ width

float Physics::Shape::Box::width

The documentation for this struct was generated from the following file: