glutSolidOctahedron (3) - Linux Manuals
glutSolidOctahedron: Draw a solid octahedron.
Command to display glutSolidOctahedron
manual in Linux: $ man 3 glutSolidOctahedron
NAME
glutSolidOctahedron
- Draw a solid octahedron.
LIBRARY
OpenGLUT - geometry
SYNOPSIS
In openglut.h
Ft void
Fn glutSolidOctahedron void
DESCRIPTION
This function draws a regular, solid 8-sided polyhedron
centered at the origin.
The vertices are at
(+/-1, 0, 0),
(0, +/-1, 0),
(0, 0, +/-1).
CAVEATS
We visit the same vertices the same number of times as in the wire octahedron, but the order is different.
Pages related to glutSolidOctahedron