Query: glutsolidcylinder
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutSolidCylinder -- Draw a solid cylinder.LIBRARYOpenGLUT - geometrySYNOPSIS#include <openglut.h> void glutSolidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks);PARAMETERSradius Radius of the cylinder. height Z height. slices Divisions around z axis. stacks Divisions along z axis.DESCRIPTIONglutSolidCylinder() draws a shaded cylinder, the center of whose base is at the origin and whose axis is along the positive z axis.SEE ALSOglutWireCylinder(3) Epoch
Related Man Pages |
---|
gludisk(3g) - mojave |
glusphere(3g) - mojave |
gludisk(3g) - redhat |
glusphere(3g) - centos |
gludisk(3g) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
How to increment version inside a file? |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |
[TIP] Processing YAML files with yq |