GLTRANSLATE
NAMEC SPECIFICATION
PARAMETERS
DESCRIPTION
ERRORS
ASSOCIATED GETS
SEE ALSO
NAME
glTranslated, glTranslatef − multiply the current matrix by a translation matrix
C SPECIFICATION
void glTranslated( GLdouble x,
GLdouble y, | |
GLdouble z ) |
void glTranslatef( GLfloat x,
GLfloat y, | |
GLfloat z ) |
PARAMETERS
x, y, z
Specify the x, y, and z coordinates of a translation vector.
DESCRIPTION
glTranslate
produces a translation by
$("x","y","z")$. The current
matrix (see
glMatrixMode) is multiplied by this translation matrix,
with the product replacing the current matrix, as if
glMultMatrix were called with the following matrix
for its argument:
If the matrix mode is either GL_MODELVIEW or GL_PROJECTION, all objects drawn after a call to glTranslate are translated.
Use glPushMatrix and glPopMatrix to save and restore the untranslated coordinate system.
ERRORS
GL_INVALID_OPERATION is generated if glTranslate is executed between the execution of glBegin and the corresponding execution of glEnd.
ASSOCIATED GETS
glGet
with argument GL_MATRIX_MODE
glGet with argument GL_COLOR_MATRIX
glGet with argument GL_MODELVIEW_MATRIX
glGet with argument GL_PROJECTION_MATRIX
glGet with argument GL_TEXTURE_MATRIX
SEE ALSO
glMatrixMode(3G), glMultMatrix(3G), glPushMatrix(3G), glRotate(3G), glScale(3G)
More Linux Commands
manpages/python3.4.1.html
python3.4(1) an interpreted, interactive, object-oriented pr
Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to progra
manpages/fgets.3.html
fgets(3) - input of characters and strings - Linux man page
fgetc() reads the next character from stream and returns it as an unsigned char cast to an int, or EOF on end of file or error. getc() is equivalent to fgetc()
manpages/tiffmedian.1.html
tiffmedian(1) apply the median cut algorithm to data in a TI
tiffmedian applies the median cut algorithm to an RGB image in input.tif to generate a palette image that is written to output.tif. The generated colormap has,
manpages/XShmPixmapFormat.3.html
XShmPixmapFormat(3) - X Shared Memory extension functions...
XShmQueryExtension checks to see if the shared memory extensions are available for the specified display. XShmQueryVersion returns the version numbers of the ex
manpages/gnutls_openpgp_privkey_export_rsa_raw.3.html
gnutls_openpgp_privkey_export_rsa_raw(3) - API function.....
gnutls_openpgp_privkey_export_rsa_raw.3 - This function will export the RSA private keys parameters found in the given structure. The new parameters will be all
manpages/fstatat64.2.html
fstatat64(2) - get file status relative to a directory file
These functions return information about a file, in the buffer pointed to by stat. No permissions are required on the file itself, but-in the case of stat(), fs
manpages/Mail::SPF::Mod::Exp.3pm.html
Mail::SPF::Mod::Exp(3pm) - SPF record "exp" modifier class
An object of class Mail::SPF::Mod::Exp represents an SPF record modifier of type exp. Constructors The following constructors are provided: new(%options): retur
manpages/xdr_destroy.3.html
xdr_destroy(3) - library routines for external data represen
These routines allow C programmers to describe arbitrary data structures in a machine-independent fashion. Data for remote procedure calls are transmitted using
manpages/oggenc.1.html
oggenc(1) - encode audio into the Ogg Vorbis format.........
oggenc reads audio data in either raw, Wave, or AIFF format and encodes it into an Ogg Vorbis stream. oggenc may also read audio data from FLAC and Ogg FLAC fil
manpages/perlintro.1.html
perlintro(1) - a brief introduction and overview of Perl....
This document is intended to give you a quick overview of the Perl programming language, along with pointers to further documentation. It is intended as a boots
manpages/xtotroff.1.html
xtotroff(1) convert X font metrics into GNU troff font metri
xtotroff takes a FontMap, which maps groff fonts to X11 fonts, creates GNU troff metric files for all fonts listed. Each line in FontMap consists of GNU troff f
manpages/glCopyColorTable.3gl.html
glCopyColorTable(3gl) - copy pixels into a color table......
glCopyColorTable loads a color table with pixels from the current GL_READ_BUFFER (rather than from main memory, as is the case for glColorTable). The screen-ali
