Shape(2D)

概要

図形(2D)の描画などをおこないます。

メソッド

メソッド名処理内容備考
smooth@@@
noSmooth@@@
point@@@
line@@@
rect@@@
quad@@@
square@@@
arc@@@
circle@@@
ellipse@@@
triangle@@@
strokeWeight@@@
strokeCap@@@
strokeJoin@@@
rectMode@@@
ellipseMode@@@
beginShape@@@shape do ~ end 構文も利用可能
endShape@@@
beginContour@@@contour do ~ end 構文も利用可能
endContour@@@
vertex@@@
bezier@@@
curve@@@
bezierVertex@@@
curveVertex@@@
quadraticVertex@@@