Merge 233f4d4465df821ce01559e2989d4d6b93a5030c into b1095e29bc161b4a5e9a38fb5c8a438f1c3c79e1
This commit is contained in:
commit
807f466797
@ -90,7 +90,7 @@ end
|
||||
"create a shape by picking points around the unit circle. `n` is the number of point/sides, `offset` is the starting angle"
|
||||
function makeshape(n; offset = -0.5, radius = 1.0)
|
||||
z = offset * π
|
||||
Shape(partialcircle(z, z + 2π, n+1, radius))
|
||||
Shape(partialcircle(z, z + 2π, n+1., radius))
|
||||
end
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user