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