티스토리 뷰

프로세싱 레퍼런스 한국어판 [V.0.0.2]

제어문

() (parentheses)
, (comma)
. (dot)
/* */ (multiline comment)
/** */ (doc comment)
// (comment)
; (semicolon)
= (assign)
[] (array access)
{} (curly braces)
catch
class
draw()
exit()
extends
false
final
implements
import
loop()
new
noLoop()
null
pop()
popStyle()
private
public
push()
pushStyle()
redraw()
return
setLocation()
setResizable()
setTitle()
setup()
static
super
this
thread()
true
try
void

모양

createShape()
loadShape()
PShape

2D 기본도형

arc()
circle()
ellipse()
line()
point()
quad()
rect()
square()
triangle()

곡선

bezier()
bezierDetail()
bezierPoint()
bezierTangent()
curve()
curveDetail()
curvePoint()
curveTangent()
curveTightness()

3D 기본도형

box()
sphere()
sphereDetail()

속성

ellipseMode()
rectMode()
strokeCap()
strokeJoin()
strokeWeight()

정점

beginContour()
beginShape()
bezierVertex()
curveVertex()
endContour()
endShape()
quadraticVertex()
vertex()

로딩 & 디스플레이

shape()
shapeMode()

댓글