mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-16 13:50:05 +01:00
larger rect
This commit is contained in:
parent
ce257f859b
commit
ee0ffbabd3
@ -23,8 +23,8 @@ function cc_rr(cc) = cc[1];
|
||||
|
||||
function delaunay_init(center, width, height, leng_points, _indices_hash) =
|
||||
let(
|
||||
halfW = width * 0.5,
|
||||
halfH = height * 0.5,
|
||||
halfW = width * 100,
|
||||
halfH = height * 100,
|
||||
coords = [
|
||||
center + [-halfW, -halfH],
|
||||
center + [-halfW, halfH],
|
||||
|
Loading…
x
Reference in New Issue
Block a user