glutWireIcosahedron - Man Page

Draw a wireframe icosahedron.

Library

OpenGLUT - geometry

Synopsis

#include <openglut.h>

void
glutWireIcosahedron(void);

Description

This function draws a regular, solid 20-sided polyhedron centered at the origin. The distance from the origin to the vertices is 1. No facet is normal to any of the


x,

y,

or


z

axes.

See Also

glutSolidIcosahedron(3)

Referenced By

glutSolidIcosahedron(3).