SWF_ORTHO2(3) 1 SWF_ORTHO2(3)
swf_ortho2 - Defines 2D orthographic mapping of user coordinates onto the current viewport
SYNOPSIS
void swf_ortho2 (float $xmin, float $xmax, float $ymin, float $ymax)
DESCRIPTION
Defines a two dimensional orthographic mapping of user coordinates onto the current viewport, this defaults to one to one mapping of the
area of the Flash movie.
If a perspective transformation is desired, swf_perspective(3) can be used.
PARAMETERS
o $xmin
-
o $xmax
-
o $ymin
-
o $ymax
-
RETURN VALUES
No value is returned.
SEE ALSO
swf_ortho(3).
PHP Documentation Group SWF_ORTHO2(3)