glutWireDodecahedron - Man Page

Draw a wireframe dodecahedron.

Library

OpenGLUT - geometry

Synopsis

#include <openglut.h>

void
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


x,

y,

or


z

axes.

See Also

glutSolidDodecahedron(3) glutWireRhombicDodecahedron(3) glutSolidRhombicDodecahedron(3)

Referenced By

glutSolidDodecahedron(3), glutSolidRhombicDodecahedron(3), glutWireRhombicDodecahedron(3).