1GLUORTHO2D(3G)                                                  GLUORTHO2D(3G)
2
3
4

NAME

6       gluOrtho2D - define a 2D orthographic projection matrix
7
8

C SPECIFICATION

10       void gluOrtho2D( GLdouble left,
11                        GLdouble right,
12                        GLdouble bottom,
13                        GLdouble top )
14
15

PARAMETERS

17       left, right Specify  the  coordinates  for  the left and right vertical
18                   clipping planes.
19
20       bottom, top Specify the coordinates for the bottom and  top  horizontal
21                   clipping planes.
22

DESCRIPTION

24       gluOrtho2D sets up a two-dimensional orthographic viewing region.  This
25       is equivalent to calling glOrtho with near=−1 and far=1.
26

SEE ALSO

28       glOrtho(3G), gluPerspective(3G)
29
30
31
32
33                                                                GLUORTHO2D(3G)
Impressum