Query: glutwirecylinder
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutWireCylinder -- Draw a wireframe cylinder.LIBRARYOpenGLUT - geometrySYNOPSIS#include <openglut.h> void glutWireCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks);PARAMETERSradius Radius of cylinder. height Z height. slices Number of divisions around the z axis. stacks Number of divisions along the z axis.DESCRIPTIONglutWireCylinder() draws a wireframe of a cylinder, the center of whose base is at the origin, and whose axis parallels the z axis.SEE ALSOglutSolidCylinder(3) Epoch