createVector(x, y);Create a vector instance
Arguments
xThe first component of the vectoryThe second component of the vectorReturns
VectorThe created vectorlocal point = createVector(80, 125);
print(point);createVector(x, y);Create a vector instance
xThe first component of the vectoryThe second component of the vectorVectorThe created vectorlocal point = createVector(80, 125);
print(point);