glutWireRhombicDodecahedron - Man Page
Draw a wireframe rhombic dodecahedron
Library
OpenGLUT - geometry
Synopsis
#include <openglut.h
>
void
glutWireRhombicDodecahedron
(void);
Description
This function draws a wireframe dodecahedron whose facets are rhombic and whose vertices are at unit radius. No facet lies normal to any coordinate axes. The polyhedron is centered at the origin.
See Also
glutSolidRhombicDodecahedron(3) glutWireDodecahedron(3) glutSolidDodecahedron(3)
Referenced By
glutSolidDodecahedron(3), glutSolidRhombicDodecahedron(3), glutWireDodecahedron(3).