1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-16 13:50:05 +01:00

larger rect

This commit is contained in:
Justin Lin 2022-08-29 11:56:01 +08:00
parent ce257f859b
commit ee0ffbabd3

View File

@ -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],