A cone has a starting point p, an axis v, a height h, and an angle theta.
This won't be a "true cone" / infinite hourglass shape. Instead it will be the ice-cream cone shape. The end of the cone doesn't have a circular "cap", since that can be added on later with a circle primitive if the user wants.
A cone has a starting point
p
, an axisv
, a heighth
, and an angletheta
.This won't be a "true cone" / infinite hourglass shape. Instead it will be the ice-cream cone shape. The end of the cone doesn't have a circular "cap", since that can be added on later with a circle primitive if the user wants.