Warning: count(): Parameter must be an array or an object that implements Countable in /home/yukuri/crypto-app.tokyo/public_html/AIGameCreator/Com0.php on line 157
Warning: in_array() expects parameter 2 to be array, bool given in /home/yukuri/crypto-app.tokyo/public_html/AIGameCreator/Com0.php on line 476
Warning: count(): Parameter must be an array or an object that implements Countable in /home/yukuri/crypto-app.tokyo/public_html/AIGameCreator/Com0.php on line 484 虹色関数アニメーション
JavaScriptによって線画されたリサージュ曲線を表示してください。
リサージュ曲線は、以下の関数で定義されています。tは媒介変数です。
let f = (a, b, t) => { let obj = {}; obj.x = Math.sin(a * t); obj.y = Math.sin(b * t); return obj;
x、yには数字が動的に代入されます。よって、リアルタイムで徐々にリサージュ曲線が変化していきます。リサージュ曲線は、ゆっくりと線画されます。
また、リサージュ曲線の色は様々な色に動的に変更されます。初めの色は赤色です。's game | AI game creator