PHP Doku:: Rotate the current transformation - function.swf-rotate.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenShockwave FlashSWF Funktionenswf_rotate

Ein Service von Reinhard Neidl - Webprogrammierung.

SWF Funktionen

<<swf_removeobject

swf_scale>>

swf_rotate

(PHP 4)

swf_rotateRotate the current transformation

Description

void swf_rotate ( double $angle , string $axis )

The swf_rotate() rotates the current transformation by the angle given by the angle parameter around the axis given by the axis parameter. Valid values for the axis are 'x' (the x axis), 'y' (the y axis) or 'z' (the z axis).


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)