1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-02-22 08:32:54 +01:00
This commit is contained in:
Justin Lin 2019-09-29 10:21:18 +08:00
parent b7026a1b92
commit aba9f192b9

View File

@ -38,7 +38,6 @@ function _t3d_ptPlus(pt1, pt2) =
_t3d_z(pt1) + _t3d_z(pt2)
);
function _t3d_pt(turtle) = turtle[0];
function _t3d_unit_vts(turtle) = turtle[1];