Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
lawinia
lawinia's Profile
1
Posts
1
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
List of PVectors
[3 Replies]
25-Mar-2013 04:16 AM
Forum:
Programming Questions
Hello to all,
I have a little Problem. I try to work with PVectors and the Kinect.
I want to store PVectors in a Array, but I don't know how.
When I use
PVector[] Liste;
for (int i=0; i<3;i++) {
Liste[i]=new PVector(1,1,1);
}
Processing says: The local variable Liste may not have been initialized.
I thought, I initialize it in this line Liste[i]=..., but I'm wrong....
I'm new with OOP and I don't know how to correct my mistake.
Thanks a lot for your help
Lawinia
«Prev
Next »
Moderate user : lawinia
Forum