glutSolidTetrahedron - Man Page

Draw a solid tetrahedron.

Library

OpenGLUT - geometry

Synopsis

#include <openglut.h>

void
glutSolidTetrahedron(void);

Description

This function draws a regular, solid 4-sided polyhedron centered at the origin. The distance from the origin to the vertices is 1.

Todo

See todo-list on glutWireTetrahedron().

See Also

glutWireTetrahedron(3)

Referenced By

glutWireTetrahedron(3).