[fix] clitools tunnel generator should use circles
This commit is contained in:
parent
8e9cd509ab
commit
1e43a5fc43
@ -62,7 +62,25 @@ square = [
|
|||||||
[-1,1]
|
[-1,1]
|
||||||
]
|
]
|
||||||
|
|
||||||
shape = square
|
circle = [[1,0],
|
||||||
|
[0.9238795325112867,0.3826834323650898],
|
||||||
|
[0.7071067811865476,0.7071067811865475],
|
||||||
|
[0.38268343236508984,0.9238795325112867],
|
||||||
|
[0,1.0],
|
||||||
|
[-0.3826834323650897,0.9238795325112867],
|
||||||
|
[-0.7071067811865475,0.7071067811865476],
|
||||||
|
[-0.9238795325112867,0.3826834323650899],
|
||||||
|
[-1.0,0],
|
||||||
|
[-0.9238795325112868,-0.38268343236508967],
|
||||||
|
[-0.7071067811865477,-0.7071067811865475],
|
||||||
|
[-0.38268343236509034,-0.9238795325112865],
|
||||||
|
[0,-1.0],
|
||||||
|
[0.38268343236509,-0.9238795325112866],
|
||||||
|
[0.707106781186548,-0.707106781186547],
|
||||||
|
[0.9238795325112872,-0.3826834323650887],
|
||||||
|
[1,0]]
|
||||||
|
|
||||||
|
shape = circle
|
||||||
currentCenter = [centerX, centerY]
|
currentCenter = [centerX, centerY]
|
||||||
centerVector= [0,0]
|
centerVector= [0,0]
|
||||||
# tweak random basis
|
# tweak random basis
|
||||||
|
Loading…
Reference in New Issue
Block a user