glutSolidCylinder (3) - Linux Manuals
glutSolidCylinder: Draw a solid cylinder.
Command to display glutSolidCylinder
manual in Linux: $ man 3 glutSolidCylinder
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.
Pages related to glutSolidCylinder