Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ gluOrtho2D(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

glOrtho(3)

gluPerspective(3)

gluOrtho2D()

NAME

gluOrtho2D − define a 2D orthographic projection matrix

SYNOPSIS

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

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(3), gluPerspective(3)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026