noob question
in
Programming Questions
•
2 years ago
Hi,
I'm trying to use PVector. Do I need to import anything? I'm not very familiar with Java..
This (or any other combination of constructor args) ...
PVector location = new PVector(100,100);
... gives "The constructor PVector(int,int) is undefined"
And so on for every other statement involving PVector. All that seems to be visible is the typename itself 'PVector'.
I tried adding ...
import processing.core.*;
---> "No library found for processing.core"
What's the story?
Cheers
Jono
1