Manpages

Manpage of GLUORTHO2D

GLUORTHO2D

Section: Misc. Reference Manual Pages (3G)
Index
Return to Main Contents
 

NAME

gluOrtho2D - define a 2D orthographic projection matrix

 

C SPECIFICATION

void gluOrtho2D( GLdouble left,

                   GLdouble right,
                   GLdouble bottom,
                   GLdouble top )

delim $$  

PARAMETERS

left, right
Specify the coordinates for the left and right vertical clipping planes.
bottom, top
Specify the coordinates for the bottom and top horizontal clipping planes.
 

DESCRIPTION

gluOrtho2D sets up a two-dimensional orthographic viewing region. This is equivalent to calling glOrtho with $ near ~=~ -1 $ and $ far ~=~ 1 $.  

SEE ALSO

glOrtho, gluPerspective


 

Index

NAME
C SPECIFICATION
PARAMETERS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 06:21:46 GMT, April 19, 2024