Query: glutwiretorus
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutWireTorus -- Draw a wireframe torus.LIBRARYOpenGLUT - geometrySYNOPSIS#include <openglut.h> void glutWireTorus(GLdouble dInnerRadius, GLdouble dOuterRadius, GLint nSides, GLint nRings);PARAMETERSdInnerRadius Radius of ``tube'' dOuterRadius Radius of ``path'' nSides Facets around ``tube'' nRings Joints along ``path''DESCRIPTIONThis function effectively wraps a cylinder with nSides slats and bends it at nRings facets around a circular path, forming a torus, or ``donut''. The center is at the origin and the ``path'' rings around the z axis. The torus parameters can be explored interactively with the OpenGLUT shapes demo.CAVEATSdInnerRadius and dOuterRadius are not analogous to similar measurements of an anulus.SEE ALSOglutSolidTorus(3) Epoch
| Related Man Pages |
|---|
| glucylinder(3g) - mojave |
| glucylinder(3g) - redhat |
| glutgamemodeget(3) - centos |
| glutsetcursor(3) - centos |
| glutswapbuffers(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Set hard block limit for user using quota |
| Docker learning Phase-I |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |