GLUTWIREDODECAHEDRON
Section: C Library Functions (3)
Updated: LOCAL
Page Index
BSD mandoc
NAME
glutWireDodecahedron
- Draw a wireframe dodecahedron.
LIBRARY
OpenGLUT - geometry
SYNOPSIS
In openglut.h
Ft void
Fn glutWireDodecahedron void
DESCRIPTION
This function draws a regular, wireframe 12-sided polyhedron
centered at the origin.
The distance from the origin to the vertices is
sqrt(3).
The facets are pentagons.
No facet is normal any of the
Bf Sy
x,
Ef
Bf Sy
y,
Ef
or
Bf Sy
z
Ef
axes.
SEE ALSO
glutSolidDodecahedron(3)
glutWireRhombicDodecahedron(3)
glutSolidRhombicDodecahedron(3)