processing.shapes vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Symbol words
fill-color
stroke-color


Ordinary words
WordStack effect
draw-circle( center size -- )
draw-ellipse( center dim -- )
draw-line( seq -- )
draw-line*( a b -- )
draw-line**( x y x y -- )
draw-lines( seq -- )
draw-point( point -- )
draw-point*( x y -- )
draw-points( points -- )
draw-polygon( seq -- )
draw-rectangle( loc dim -- )
draw-rectangle*( x y width height -- )
draw-triangle( seq -- )
draw-triangle*( a b c -- )
draw-triangle**( x y x y x y -- )
draw-triangles( seq -- )
fill-mode( -- )
gl-ellipse( center dim -- )
gl-get-line-width( -- width )
gl-scale-2d( xy -- )
gl-translate-2d( pos -- )
gl-vertex-2d( vertex -- )
gl-vertices-2d( vertices -- )
line-strip( seq -- )
stroke-mode( -- )


Files