glutWireCube (3) - Linux Manuals
glutWireCube: Draw a wireframe cube centered at the origin.
NAME
glutWireCube - Draw a wireframe cube centered at the origin.LIBRARY
OpenGLUT - geometrySYNOPSIS
In openglut.h Ft void Fn glutWireCube GLdouble widthPARAMETERS
Bf Em
DESCRIPTION
The glutWireCube() function draws an axis-aligned wireframe cube
with a specified width, height and depth. The vertices of
the cube are at
(+/-
Bf Sy
AUTHORS
Code contributed by Andreas Umbach <marvin [at] dataway.ch>