Open
Description
function setup() {
createCanvas(400, 400);
console.log(p5);
var vec = p5.Vector.Random3D();
}
W/o p5 there's no apparent way to invoke static
methods like p5.Vector.Random3D(): 😿
http://p5js.org/reference/#/p5.Vector/random3D
Metadata
Assignees
Labels
No labels