glutSolidRhombicDodecahedron - Man Page

Draw a solid rhombic dodecahedron

Library

OpenGLUT - geometry

Synopsis

#include <openglut.h>

void
glutSolidRhombicDodecahedron(void);

Description

This function draws a solid-shaded 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

glutWireRhombicDodecahedron(3) glutWireDodecahedron(3) glutSolidDodecahedron(3)

Referenced By

glutSolidDodecahedron(3), glutWireDodecahedron(3), glutWireRhombicDodecahedron(3).