suche nach in der

swf_perspective> <swf_ortho2
Last updated: Fri, 18 May 2012

view this page in

swf_ortho

(PHP 4 >= 4.0.1)

swf_ortho Defines an orthographic mapping of user coordinates onto the current viewport

Description

void swf_ortho ( double $xmin , double $xmax , double $ymin , double $ymax , double $zmin , double $zmax )

The swf_ortho() funcion defines a orthographic mapping of user coordinates onto the current viewport.



add a note add a note User Contributed Notes
swf_ortho
hotkey at hehe dot com
14-May-2001 01:15
swf_ortho() creates a 3D-matrix;
In most cases you'll only need swf_ortho2() to create a 2D-Matrix.
But you should know what's possible with a 3D-matrix: so jump to
swf_lookat() and check out an 3D-example

swf_perspective> <swf_ortho2
Last updated: Fri, 18 May 2012