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

Parameters used to create a cone shape. More...

#include <Shape.hpp>

Public Member Functions

 Cone (float radius, float height)
 

Public Attributes

float radius
 
float height
 

Detailed Description

Parameters used to create a cone shape.

Constructor & Destructor Documentation

◆ Cone()

Physics::Shape::Cone::Cone ( float  radius,
float  height 
)
inline

Member Data Documentation

◆ height

float Physics::Shape::Cone::height

◆ radius

float Physics::Shape::Cone::radius

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