mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
larger rect
This commit is contained in:
@@ -23,8 +23,8 @@ function cc_rr(cc) = cc[1];
|
|||||||
|
|
||||||
function delaunay_init(center, width, height, leng_points, _indices_hash) =
|
function delaunay_init(center, width, height, leng_points, _indices_hash) =
|
||||||
let(
|
let(
|
||||||
halfW = width * 0.5,
|
halfW = width * 100,
|
||||||
halfH = height * 0.5,
|
halfH = height * 100,
|
||||||
coords = [
|
coords = [
|
||||||
center + [-halfW, -halfH],
|
center + [-halfW, -halfH],
|
||||||
center + [-halfW, halfH],
|
center + [-halfW, halfH],
|
||||||
|
Reference in New Issue
Block a user