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_ortho
(PHP 4 >= 4.0.1)
swf_ortho — Defines an orthographic mapping of user coordinates onto the current viewport
Descrição
void swf_ortho
( float $xmin
, float $xmax
, float $ymin
, float $ymax
, float $zmin
, float $zmax
)
Defines an 3D orthographic mapping of user coordinates onto the current viewport.
Parâmetros
- xmin
-
- xmax
-
- ymin
-
- ymax
-
- zmin
-
- zmax
-
Valor Retornado
Não há valor retornado.
Veja Também
- swf_ortho2() - Defines 2D orthographic mapping of user coordinates onto the current viewport
User Contributed Notes
swf_ortho
swf_ortho
hotkey at hehe dot com
14-May-2001 08:15
14-May-2001 08:15

swf_ortho2