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

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

#include <Shape.hpp>

Public Member Functions

 Cylinder (float radius, float length)
 

Public Attributes

float radius
 
float length
 

Detailed Description

Parameters used to create a cylinder shape.

Constructor & Destructor Documentation

◆ Cylinder()

Physics::Shape::Cylinder::Cylinder ( float  radius,
float  length 
)
inline

Member Data Documentation

◆ length

float Physics::Shape::Cylinder::length

◆ radius

float Physics::Shape::Cylinder::radius

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