glutsolidoctahedron(3glut) mojave man page | unix.com

Man Page: glutsolidoctahedron

Operating Environment: mojave

Section: 3glut

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
glutpositionwindow(3glut) - mojave
glutwireteapot(3glut) - redhat
glutsolidteapot(3glut) - suse
gluttabletmotionfunc(3glut) - osx
glutvisibilityfunc(3glut) - osx
Similar Topics in the Unix Linux Community
UNIX tool on MacOS that can increase resolution of a file
Controlling user input
How can I direct messages from mac console.app to a log file?
Python 3.8.0rc1 released.
[BASH] eval command not expanding variables as expected.