swf_rotate
(PHP 4)
swf_rotate — 現在の座標を回転する
説明
void swf_rotate
( float
$angle
, string $axis
)
パラメータ angle で指定した角度だけ、
パラメータ axis で指定した座標軸の周りに
現在の座標軸を回転します。
パラメータ
-
angle -
回転角度。
-
axis -
軸。有効な値は x (x 軸)、 y (y 軸) あるいは z (z 軸) のいずれかです。
返り値
値を返しません。
There are no user contributed notes for this page.
