CVector [] points; int numPoints = 10; void setup() { size(150,150); points = new CVector[numPoints]; for (int i=0;i