1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-08 15:56:42 +02:00
This commit is contained in:
Justin Lin
2022-03-01 09:56:45 +08:00
parent 14ad6b4090
commit 17fcdbb92e

View File

@@ -1 +1 @@
function __to3d(p) = [p.x, p.y, 0];
function __to3d(p) = [each p, 0];