glutSolidCube
NAMESYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO
AUTHOR
NAME
glutSolidCube, glutWireCube - render a solid or wireframe cube respectively.
SYNTAX
void
glutSolidCube(GLdouble size);
void glutWireCube(GLdouble size);
ARGUMENTS
size |
Length of each edge. |
DESCRIPTION
glutSolidCube and glutWireCube render a solid or wireframe cube respectively. The cube is centered at the modeling coordinates origin with sides of length size.
SEE ALSO
glutSolidSphere, glutSolidCone, glutSolidTorus, glutSolidDodecahedron, glutSolidOctahedron, glutSolidTetrahedron, glutSolidIcosahedron, glutSolidTeapot
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
More Linux Commands
manpages/cabs.3.html
cabs(3) - absolute value of a complex number (Man Page).....
The cabs() function returns the absolute value of the complex number z. The result is a real number. VERSIONS These functions first appeared in glibc in version
manpages/statvfs.2.html
statvfs(2) - get file system statistics - Linux manual page
The function statvfs() returns information about a mounted filesystem. path is the pathname of any file within the mounted filesystem. buf is a pointer to a sta
manpages/perlcygwin.1.html
perlcygwin(1) - Perl for Cygwin (Commands - Linux man page)
This document will help you configure, make, test and install Perl on Cygwin. This document also describes features of Cygwin that will affect how Perl behav...
manpages/gnutls_x509_crt_get_expiration_time.3.html
gnutls_x509_crt_get_expiration_time(3) - API function.......
This function will return the time this Certificate was or will be expired. RETURNS expiration time, or (time_t)-1 on error. REPORTING BUGS Report bugs to <bug-
manpages/postconf.5.html
postconf(5) - Postfix configuration parameters (Man Page)...
The Postfix main.cf configuration file specifies parameters that control the operation of the Postfix mail system. Typically the file contains only a small subs
manpages/XkbSetControls.3.html
XkbSetControls(3) - Copies changes to the X server based on
For each bit that is set in the which parameter, XkbSetControls sends the corresponding values from the xkb->ctrls field to the server. Valid values for which a
manpages/msgcmp.1.html
msgcmp(1) - compare message catalog and template (Man Page)
Compare two Uniforum style .po files to check that both contain the same set of msgid strings. The def.po file is an existing PO file with the translations. The
manpages/btrfs-show-super.8.html
btrfs-show-super(8) show btrfs superblock information stored
btrfs-show-super is used to print the information of superblock, you can specify which mirror to print out. By default, every devices first superblock will be p
manpages/XtIsObject.3.html
XtIsObject(3) - obtain and verify a widget's class (ManPage)
The XtClass function returns a pointer to the widgets class structure. The XtSuperclass function returns a pointer to the widgets superclass class structure. Th
manpages/keypad.3ncurses.html
keypad(3ncurses) - curses input options - Linux manual page
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill charact
manpages/acl_extended_file.3.html
acl_extended_file(3) - test for information in ACLs by file
The acl_extended_file() function returns 1 if the file or directory referred to by the argument path_p is associated with an extended access ACL, or if the dire
manpages/form_field.3form.html
form_field(3form) - make and break connections between field
The function set_form_fields changes the field pointer array of the given form. The array must be terminated by a NULL. The function form_fields returns the fie
