Glrasterpos - HP b2600 Reference Manual

Opengl 1.1 reference
Hide thumbs Also See for b2600:
Table of Contents

Advertisement

R

glRasterPos

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(
void glRasterPos2f(
void glRasterPos2i(
void glRasterPos2s(
void glRasterPos3d(
void glRasterPos3f(
void glRasterPos3i(
void glRasterPos3s(
void glRasterPos4d(
void glRasterPos4f(
void glRasterPos4i(
374
GLdouble x,
GLdouble y)
GLfloat x,
GLfloat y)
GLint x,
GLint y)
GLshort x,
GLshort y)
GLdouble x,
GLdouble y,
GLdouble z)
GLfloat x,
GLfloat y,
GLfloat z)
GLint x,
GLint y,
GLint z)
GLshort x,
GLshort y,
GLshort z)
GLdouble x,
GLdouble y,
GLdouble z,
GLdouble w)
GLfloat x,
GLfloat y,
GLfloat z,
GLfloat w)
Chapter 16

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents