createVector(x, y);
Create a vector instance
Arguments
x
The first component of the vectory
The second component of the vectorReturns
Vector
The created vectorlocal point = createVector(80, 125);
print(point);
createVector(x, y);
Create a vector instance
x
The first component of the vectory
The second component of the vectorVector
The created vectorlocal point = createVector(80, 125);
print(point);