class ALPHA_PLUS{ PVector pos, V, A; PVector [] trails; float Theta, a; byte trailsPointer; ALPHA_PLUS(PVector posTEMP, PVector VTEMP){ pos = posTEMP; trails = new PVector [127]; for (int i=0; i