okamotomayuko(オカモトマユコ)_Works @MKL_MilKLab

つまづきを記録していきます。つまずきが解消されたら記入します。

2020-03-01から1ヶ月間の記事一覧

P5jsのつまづき04

メソッドと関数の違いが分からない <参考> https://wa3.i-3-i.info/diff97function.html <納得したところ> オブジェクトの中にある関数がメソッド

P5jsのつまづき03

2020.03.05のつまづき beginShape(); endShape(); push(); pop(); の違い https://p5js.org/reference/#/p5/beginShape https://p5js.org/reference/#/p5/pop

p5jsのつまづき02

2020.03.05のつまづき lat, lngが何の省略か分からない https://www.openprocessing.org/sketch/852824/embed/ 経度や緯度のことっぽい <参考> https://developers.google.com/maps/documentation/javascript/examples/map-latlng-literal

p5jsのつまづき01

2020.03.05のつまずき ・vertexとpoint、translate、mapの違いが分からない https://www.openprocessing.org/sketch/852821/embed/ https://p5js.org/reference/#/p5/vertex https://p5js.org/reference/#/p5/point https://p5js.org/reference/#/p5/transla…