Definition of a cylinder. More...
#include <shapes.h>
Public Member Functions | |
Cylinder (double r, double l) | |
Cylinder (void) | |
Public Attributes | |
double | length |
double | radius |
Definition of a cylinder.
Definition at line 108 of file shapes.h.
double shapes::Cylinder::length |
double shapes::Cylinder::radius |