for (i=1; i<=col; i++) { step=(Math.PI*2)/col; this["x"+i]._x=centerX+Math.sin(step*i)*rad; this["z"+i]._y=centerZ+Math.cos(step*i)*rad; this["y"+i]=0;}