このページでは[「P5.js 日本語リファレンス」] (https://qiita.com/bit0101/items/91818244dc26c767a0fe) の triangle関数を説明します。
triangle()
説明文
三角形は3つの点を結んで作成される平面です。最初の2つの引数は最初の点を設定し、2番目、3番目の引数は2番目の点を設定し, 最後の2つの引数は3番目の点を設定します。
構文
triangle(x1, y1, x2, y2, x3, y3)
パラメタ
-
x1
Number:最初の点のx座標 -
y1
Number:最初の点のy座標 -
x2
Number:2番目の点のx座標 -
y2
Number:2番目の点のy座標 -
x3
Number:3番目の点のx座標 -
y3
Number:3番目の点のy座標
著作権
p5.js was created by Lauren McCarthy and is developed by a community of collaborators, with support from the Processing Foundation and NYU ITP. Identity and graphic design by Jerel Johnson.
ライセンス
Creative Commons(CC BY-NC-SA 4.0) に従います。