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