#include <Cylinder.h>
Inheritance diagram for Teddy::Models::Cylinder:
Public Methods | |
Cylinder (const std::string &name, const double radius, const double height, const int quads) | |
Cylinder constructor. More... | |
Protected Attributes | |
double | radius |
int | quads |
Definition at line 37 of file Cylinder.h.
|
Cylinder constructor.
Definition at line 39 of file Cylinder.cpp. |
|
Definition at line 48 of file Cylinder.h. |
|
Definition at line 47 of file Cylinder.h. |