mojave man page for glutsolidoctahedron

Query: glutsolidoctahedron

OS: mojave

Section: 3glut

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

glutSolidOctahedron(3GLUT)					       GLUT						glutSolidOctahedron(3GLUT)

NAME
glutSolidOctahedron, glutWireOctahedron - render a solid or wireframe octahedron (8-sided regular solid) respectively.
SYNTAX
#include <GLUT/glut.h> void glutSolidOctahedron(void); void glutWireOctahedron(void);
DESCRIPTION
glutSolidOctahedron and glutWireOctahedron render a solid or wireframe octahedron respectively centered at the modeling coordinates origin with a radius of 1.0.
SEE ALSO
glutSolidSphere, glutSolidCube, glutSolidCone, glutSolidTorus, glutSolidDodecahedron, glutSolidTetrahedron, glutSolidIcosahedron, glut- SolidTeapot
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT
3.7 glutSolidOctahedron(3GLUT)
Related Man Pages
glutsolidteapot(3glut) - mojave
glutspaceballmotionfunc(3glut) - mojave
glutsolidteapot(3glut) - redhat
glutsolidteapot(3glut) - suse
glutforcejoystickfunc(3glut) - osx
Similar Topics in the Unix Linux Community
Cannot extract libraries using sed
My first PERL incarnation... Audio Oscillograph
How can I direct messages from mac console.app to a log file?
Python 3.8.0rc1 released.