Sphere object.
#include <ayam.h>
Data Fields | |
| char | closed |
| create missing cap surfaces? | |
| char | is_simple |
| is thetamax 360.0 and are zmin/zmax >= radius? | |
| double | radius |
| radius of sphere | |
| double | zmin |
| delimit sphere on z axis | |
| double | zmax |
| delimit sphere on z axis | |
| double | thetamax |
| angle of revolution (degrees) | |
| double * | pnts |
| read only points [30 * 3] (created on request) | |
1.6.3