Definition of a cylinder. More...
#include <shapes.h>

Public Member Functions | |
| Cylinder (void) | |
| Cylinder (double r, double l) | |
Public Attributes | |
| double | length |
| double | radius |
| shapes::Cylinder::Cylinder | ( | void | ) | [inline] |
| shapes::Cylinder::Cylinder | ( | double | r, |
| double | l | ||
| ) | [inline] |
| double shapes::Cylinder::length |
| double shapes::Cylinder::radius |