line

概要

p5.jsリファレンス(参考情報)

[p5.js] line

サンプル

def setup
  background(220)
  line(30, 20, 85, 75)
end
def setup
  background(220)
  line(30, 20, 85, 20)
  stroke(126)
  line(85, 20, 85, 75)
  stroke(255)
  line(85, 75, 30, 75)
end

構文

戻値