Just swap places between x and y, so that x=(i-.5)*2; y=-sin(i*3.14159)*tv+v*1.2; becomes y=(i-.5)*2; x=-sin(i*3.14159)*tv+v*1.2;
If you think you've rotated it the wrong direction, just add a minus sign in the y expression... y=-(i-.5)*2;
Just swap places between x and y, so that x=(i-.5)*2; y=-sin(i*3.14159)*tv+v*1.2; becomes y=(i-.5)*2; x=-sin(i*3.14159)*tv+v*1.2;
If you think you've rotated it the wrong direction, just add a minus sign in the y expression... y=-(i-.5)*2;
Last edited by tocket; 05-21-2009 at 23:17.