The structure t_cone represents a cone. More...
#include <shapes.h>
Data Fields | |
t_point | origin |
float | minimum |
float | maximum |
t_bool | closed |
The structure t_cone represents a cone.
origin | Stores the cone's origin point. |
minimum | Stores the cone's minimum height, i.e, lowest height. |
maximum | Stores the cone's maxinum height, i.e, highest height. |
closed | Stores TRUE, if the cone is capped or FALSE, if it isn't capped. |