GLVERTEX
NAMEC SPECIFICATION
PARAMETERS
C SPECIFICATION
PARAMETERS
DESCRIPTION
NOTES
SEE ALSO
NAME
glVertex2d, glVertex2f, glVertex2i, glVertex2s, glVertex3d, glVertex3f, glVertex3i, glVertex3s, glVertex4d, glVertex4f, glVertex4i, glVertex4s, glVertex2dv, glVertex2fv, glVertex2iv, glVertex2sv, glVertex3dv, glVertex3fv, glVertex3iv, glVertex3sv, glVertex4dv, glVertex4fv, glVertex4iv, glVertex4sv − specify a vertex
C SPECIFICATION
void glVertex2d( GLdouble x,
GLdouble y ) |
void glVertex2f( GLfloat x,
GLfloat y ) |
void glVertex2i( GLint x,
GLint y ) |
void glVertex2s( GLshort x,
GLshort y ) |
void glVertex3d( GLdouble x,
GLdouble y, | |
GLdouble z ) |
void glVertex3f( GLfloat x,
GLfloat y, | |
GLfloat z ) |
void glVertex3i( GLint x,
GLint y, | |
GLint z ) |
void glVertex3s( GLshort x,
GLshort y, | |
GLshort z ) |
void glVertex4d( GLdouble x,
GLdouble y, | |
GLdouble z, | |
GLdouble w ) |
void glVertex4f( GLfloat x,
GLfloat y, | |
GLfloat z, | |
GLfloat w ) |
void glVertex4i( GLint x,
GLint y, | |
GLint z, | |
GLint w ) |
void glVertex4s( GLshort x,
GLshort y, | |
GLshort z, | |
GLshort w ) |
PARAMETERS
x, y, z, w
Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command.
C SPECIFICATION
void
glVertex2dv( const GLdouble *v )
void glVertex2fv( const GLfloat *v )
void glVertex2iv( const GLint *v )
void glVertex2sv( const GLshort *v )
void glVertex3dv( const GLdouble *v )
void glVertex3fv( const GLfloat *v )
void glVertex3iv( const GLint *v )
void glVertex3sv( const GLshort *v )
void glVertex4dv( const GLdouble *v )
void glVertex4fv( const GLfloat *v )
void glVertex4iv( const GLint *v )
void glVertex4sv( const GLshort *v )
PARAMETERS
v |
Specifies a pointer to an array of two, three, or four elements. The elements of a two-element array are x and y; of a three-element array, x, y, and z; and of a four-element array, x, y, z, and w. |
DESCRIPTION
glVertex commands are used within glBegin/glEnd pairs to specify point, line, and polygon vertices. The current color, normal, and texture coordinates are associated with the vertex when glVertex is called.
When only x and y are specified, z defaults to 0 and w defaults to 1. When x, y, and z are specified, w defaults to 1.
NOTES
Invoking glVertex outside of a glBegin/glEnd pair results in undefined behavior.
SEE ALSO
glBegin(3G),
glCallList(3G), glColor(3G),
glEdgeFlag(3G), glEvalCoord(3G),
glIndex(3G), glMaterial(3G),
glNormal(3G), glRect(3G), glTexCoord(3G),
glVertexPointer(3G)
More Linux Commands
manpages/XvStopVideo.3.html
XvStopVideo(3) - stop active video - Linux manual page......
XvStopVideo(3) stops active video for the specified port and drawable. If the port is not processing video, or if it is processing video in a different drawable
manpages/setctsid.8.html
setctsid(8) - run a program in a new session and tty........
setctsid runs a program in a new session with a new controlling terminal /dev/<tty>. The -f option causes setctsid to run the program in a new process. SEE ALSO
manpages/gnutls_pkcs12_bag_encrypt.3.html
gnutls_pkcs12_bag_encrypt(3) - API function - Linux man page
This function will encrypt the given bag. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error code is returned. REPORTING BUGS Repo
manpages/grub2-mklayout.1.html
grub2-mklayout(1) generate a GRUB keyboard layout file......
grub-mklayout processes a keyboard layout description in keymaps(5) format into a format that can be used by GRUBs keymap command. Generate GRUB keyboard layout
manpages/XtStringConversionWarning.3.html
XtStringConversionWarning(3) - issue a conversion warning me
The XtStringConversionWarning function issues a warning message with name conversionError, type string, class XtToolkitError, and the default message string Can
manpages/xml_grep.1.html
xml_grep(1) grep XML files looking for specific elements....
xml_grep does a grep on XML files. Instead of using regular expressions it uses XPath expressions (in fact the subset of XPath supported by XML::Twig) the resul
manpages/ntfscmp.8.html
ntfscmp(8) - compare two NTFS filesystems and tell the diffe
The ntfscmp program makes a comparison between two NTFS filesystems from all aspects and reports all variances it finds. The filesystems can be on block devices
manpages/gtk-launch.1.html
gtk-launch(1) Launch an application - Linux manual page.....
gtk-launch launches an application using the given name. The application is started with proper startup notification on a default display, unless specified othe
manpages/gnutls_openpgp_privkey_get_subkey_count.3.html
gnutls_openpgp_privkey_get_subkey_count(3) - API function...
gnutls_openpgp_privkey_get_subkey_count.3 - This function will return the number of subkeys present in the given OpenPGP certificate. RETURNS the number of subk
manpages/glDrawElements.3gl.html
glDrawElements(3gl) - render primitives from array data.....
glDrawElements specifies multiple geometric primitives with very few subroutine calls. Instead of calling a GL function to pass each individual vertex, normal,
manpages/XDGACloseFramebuffer.3.html
XDGACloseFramebuffer(3) - Client library for the XFree86-DGA
The XFree86-DGA extension is an X server extension for allowing client programs direct access to the video frame buffer. This is a brief description of the prog
manpages/XAllocColorPlanes.3.html
XAllocColorPlanes(3) - allocate and free colors (Man Page)
The XAllocColor function allocates a read-only colormap entry corresponding to the closest RGB value supported by the hardware. XAllocColor returns the pixel va
