Surface of revolution object. More...
#include <ayam.h>
Data Fields | |
double | thetamax |
angle of revolution (degrees) | |
int | sections |
number of sections in U direction | |
int | order |
desired order in U direction | |
int | has_upper_cap |
create upper cap? | |
ay_object * | upper_cap |
cached upper cap | |
int | has_lower_cap |
create lower cap? | |
ay_object * | lower_cap |
cached lower cap | |
int | has_start_cap |
create start cap (at theta 0)? | |
ay_object * | start_cap |
cached start cap | |
int | has_end_cap |
create end cap (at thetamax)? | |
ay_object * | end_cap |
cached end cap | |
ay_object * | npatch |
cached NURBS patch representation | |
double | glu_sampling_tolerance |
drawing quality | |
int | display_mode |
drawing mode |
Surface of revolution object.