running sync !!!

This commit is contained in:
2019-01-17 17:03:13 +01:00
parent a11a3bce79
commit f32f7723bf
2 changed files with 39 additions and 34 deletions

View File

@@ -822,7 +822,7 @@ if __name__=='__main__':
# [0., 1.]])
#sp.points*=100
#sp.gen_spiral_points(rStart=100,rInc=10,numSeg=4,numCir=60, ofs=(0, 0))
sp.gen_spiral_points(rStart=100,rInc=10,numSeg=32,numCir=12, ofs=(0, 0))
sp.gen_spiral_points(rStart=100,rInc=10,numSeg=8,numCir=12, ofs=(0, 0))
#sp.gen_closed_shifted()
#sp.gen_grid_points(w=10,h=10,pitch=100,rnd=0,ofs=(0,0));sp.sort_points(False);