|
NAMEgluOrtho2D - define a 2D orthographic projection matrixC SPECIFICATIONvoid gluOrtho2D( GLdouble left,GLdouble right, GLdouble bottom, GLdouble top ) PARAMETERS
DESCRIPTIONgluOrtho2D sets up a two-dimensional orthographic viewing region. This is equivalent to calling glOrtho with and .SEE ALSOglOrtho, gluPerspective Visit the GSP FreeBSD Man Page Interface. |