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

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

#include <Shape.hpp>

Public Member Functions

 Capsule (float radius, float height)
 

Public Attributes

float radius
 
float height
 

Detailed Description

Parameters used to create a capsule shape.

Constructor & Destructor Documentation

◆ Capsule()

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

Member Data Documentation

◆ height

float Physics::Shape::Capsule::height

◆ radius

float Physics::Shape::Capsule::radius

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