atan2()
種 類
メソッド
バージョン
2.0
書 式
Math.atan2(式1,式2)
解 説
Math.atan2はXY座標から角度(ラジアン)を返します。
コード
Console.clear();
Console.write(Math.
atan2
(1,2),"\n");
■サンプルスクリプトをダウンロードする
>>.zip