glutWireCone (3) - Linux Manuals
glutWireCone: Draw a wireframe cone.
NAME
glutWireCone - Draw a wireframe cone.LIBRARY
OpenGLUT - geometrySYNOPSIS
In openglut.h Ft void Fn glutWireCone GLdouble base GLdouble height GLint slices GLint stacksPARAMETERS
Bf Em
Bf Em
Bf Em
Bf Em
DESCRIPTION
The glutWireCone() function draws a wireframe cone
with a base in the xy plane oriented in positive z.
CAVEATS
The number of line segments representing the conical surface is proportional to (slices*stacks).