def setup background(220) vec = P5Vector.random3D text(vec.toString, 10, 20, 70) end
[p5.js] random3D
3次元のランダムな単位ベクトルを生成します。
なし
p5.Vectorオブジェクト