Glrect - HP b2600 Reference Manual

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

Advertisement

R

glRect

glRect
glRectd, glRectf, glRecti, glRects, glRectdv, glRectfv, glRectiv,
glRectsv: draw a rectangle.
C Specification
void glRectd(
void glRectf(
void glRecti(
void glRects(
void glRectdv(
void glRectfv(
void glRectiv(
void glRectsv(
Parameters
x1, y1
x2, y2
v1
v2
384
GLdouble x1,
GLdouble y1,
GLdouble x2,
GLdouble y2)
GLfloat x1,
GLfloat y1,
GLfloat x2,
GLfloat y2)
GLint x1,
GLint y1,
GLint x2,
GLint y2)
GLshort x1,
GLshort y1,
GLshortx2,
GLshort y2)
const GLdouble *v1,
const GLdouble *v2)
const GLfloat *v1,
const GLfloat *v2)
const GLint *v1,
const GLint *v2)
const GLshort *v1,
const GLshort *v2)
Specify one vertex of a rectangle.
Specify the opposite vertex of the rectangle.
Specifies a pointer to one vertex of a rectangle.
Specifies a pointer to the opposite vertex of the rectangle.
Chapter 16

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents