GLUTWIRECYLINDER
Section: C Library Functions (3)
Updated: LOCAL
Index
Return to Main Contents
BSD mandoc
 
NAME
glutWireCylinder
 - Draw a wireframe cylinder.
 
LIBRARY
OpenGLUT - geometry
 
SYNOPSIS
In openglut.h
Ft void
Fn glutWireCylinder GLdouble radius GLdouble height GLint slices GLint stacks
 
PARAMETERS
Bf Em
 radius
Ef 
     Radius of cylinder.
Bf Em
 height
Ef 
     Z height.
Bf Em
 slices
Ef 
     Number of divisions around the z axis.
Bf Em
 stacks
Ef 
     Number of divisions along the z axis.
 
DESCRIPTION
glutWireCylinder() draws a wireframe of a cylinder,
the center of whose base is at the origin, and
whose axis parallels the z axis.
 
SEE ALSO
glutSolidCylinder(3)