What does PVector math function return?
in
Programming Questions
•
20 days ago
I wrote something like
- PVector reverse = position.mult(-1);
And it says cannot convert from void to PVector.
What's wrong?
1