Sha256: a16eeab46c47f30f50c89c1e65abed34e44ae5558483f5c5af9c3dd67ca8442e

Contents?: true

Size: 540 Bytes

Versions: 6

Compression:

Stored size: 540 Bytes

Contents

# The basic shape primitive functions are triangle, rect, 
# quad, and ellipse. Squares are made with rect and circles 
# are made with ellipse. Each of these functions requires a number
# of parameters to determine the shape's position and size.


size 640, 360
background 0 
no_stroke
fill 204 
triangle 18, 18, 18, 360, 81, 360 
fill 102
rect 81, 81, 63, 63 
fill 204
quad 189, 18, 216, 18, 216, 360, 144, 360 
fill 255
ellipse 252, 144, 72, 72
fill 204
triangle 288, 18, 351, 360, 288, 360 
fill(255)
arc(479, 300, 280, 280, PI, TAU)


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby-processing-2.6.3 samples/processing_app/basics/form/shape_primitives.rb
ruby-processing-2.6.2 samples/processing_app/basics/form/shape_primitives.rb
ruby-processing-2.6.1 samples/processing_app/basics/form/shape_primitives.rb
ruby-processing-2.6.0 samples/processing_app/basics/form/shape_primitives.rb
ruby-processing-2.5.1 samples/processing_app/basics/form/shape_primitives.rb
ruby-processing-2.5.0 samples/processing_app/basics/form/shape_primitives.rb