The structure t_cylinder represents a cylinder. More...
#include <shapes.h>

Data Fields | |
| t_point | origin |
| float | radius |
| float | minimum |
| float | maximum |
| t_bool | closed |
The structure t_cylinder represents a cylinder.
| origin | Stores the cylinder's origin point. |
| radius | Stores the radius of the cylinder. |
| minimum | Stores the cylinder's minimum height, i.e, lowest height. |
| maximum | Stores the cylinder's maxinum height, i.e, highest height. |
| closed | Stores TRUE, if the cylinder is capped or FALSE, if it isn't capped. |