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
| Related Man Pages |
|---|
| glucylinder(3g) - suse |
| gludisk(3g) - redhat |
| glucylinder(3g) - centos |
| glusphere(3g) - suse |
| glusphere(3g) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |