Content-type: text/html Manpage of glutSolidTetrahedron

glutSolidTetrahedron

Section: GLUT (3GLUT)
Updated: 3.7
Index Return to Main Contents
 

NAME

glutSolidTetrahedron, glutWireTetrahedron - render a solid or wireframe tetrahedron (4-sided regular solid) respectively.  

SYNTAX


void glutSolidTetrahedron(void);
void glutWireTetrahedron(void);
 

DESCRIPTION

glutSolidTetrahedron and glutWireTetrahedron render a solid or wireframe tetrahedron respectively centered at the modeling coordinates origin with a radius of sqrt(3).  

SEE ALSO

glutSolidSphere, glutSolidCube, glutSolidCone, glutSolidTorus, glutSolidDodecahedron, glutSolidOctahedron, glutSolidIcosahedron, glutSolidTeapot  

AUTHOR

Mark J. Kilgard (mjk@nvidia.com)


 

Index

NAME
SYNTAX
DESCRIPTION
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 13:00:48 GMT, March 25, 2001