class SATELLITE{ PVector pos, V, A; PVector [] trails; float Theta, a; byte trailsPointer; SATELLITE(PVector posTEMP, PVector VTEMP){ pos = posTEMP; trails = new PVector [127]; for (int i=0; i1000){ return true; } else { return false; } } void display(){ noStroke(); fill(0,255,0); ellipse(pos.x,pos.y,10,10); } void show_trails(){ for (int i=0; i