*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> gluOrtho2D (3)              
Title
Content
Arch
Section
 

Contents


gluOrtho2D()                                         gluOrtho2D()


NAME    [Toc]    [Back]

       gluOrtho2D - define a 2D orthographic projection matrix

SYNOPSIS    [Toc]    [Back]

       void gluOrtho2D(
               GLdouble left,
               GLdouble right,
               GLdouble bottom,
               GLdouble top );

PARAMETERS    [Toc]    [Back]

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

DESCRIPTION    [Toc]    [Back]

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

SEE ALSO    [Toc]    [Back]

      
      
       glOrtho(3), gluPerspective(3)



                                                     gluOrtho2D()
[ Back ]
 Similar pages
Name OS Title
ortho IRIX define an orthographic projection transformation
glOrtho Tru64 multiply the current matrix with an orthographic matrix
glortho IRIX multiply the current matrix with an orthographic matrix
gluperspective IRIX set up a perspective projection matrix
gluPerspective Tru64 set up a perspective projection matrix
perspective IRIX defines a perspective projection transformation
window IRIX defines a perspective projection transformation
glScissor Tru64 define the scissor box
define_key OpenBSD define a keycode
glscissor IRIX define the scissor box
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service