R
glRasterPos
Chapter 16
374
glRasterPos
glRasterPos2d, glRasterPos2f, glRasterPos2i, glRasterPos2s,
glRasterPos3d, glRasterPos3f, glRasterPos3i, glRasterPos3s,
glRasterPos4d, glRasterPos4f, glRasterPos4i, glRasterPos4s,
glRasterPos2dv, glRasterPos2fv, glRasterPos2iv, glRasterPos2sv,
glRasterPos3dv, glRasterPos3fv, glRasterPos3iv, glRasterPos3sv,
glRasterPos4dv, glRasterPos4fv, glRasterPos4iv, glRasterPos4sv: specify
the raster position for pixel operations.
C Specification
void glRasterPos2d(
GLdouble x,
GLdouble y)
void glRasterPos2f(
GLfloat x,
GLfloat y)
void glRasterPos2i(
GLint x,
GLint y)
void glRasterPos2s(
GLshort x,
GLshort y)
void glRasterPos3d(
GLdouble x,
GLdouble y,
GLdouble z)
void glRasterPos3f(
GLfloat x,
GLfloat y,
GLfloat z)
void glRasterPos3i(
GLint x,
GLint y,
GLint z)
void glRasterPos3s(
GLshort x,
GLshort y,
GLshort z)
void glRasterPos4d(
GLdouble x,
GLdouble y,
GLdouble z,
GLdouble w)
void glRasterPos4f(
GLfloat x,
GLfloat y,
GLfloat z,
GLfloat w)
void glRasterPos4i(