1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00

clean code

This commit is contained in:
Justin Lin
2022-05-28 11:44:06 +08:00
parent 27701333c7
commit e71ee91b90

View File

@@ -1,8 +1,6 @@
use <../../util/unit_vector.scad>;
use <../../util/sum.scad>;
ZERO_VT = [0, 0];
ZERO_VTS = [undef, undef, [0, 0], [0, 0, 0]];
function limit(vt, magnitude) =