mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 10:14:41 +02:00
clean code
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
use <../../util/unit_vector.scad>;
|
use <../../util/unit_vector.scad>;
|
||||||
use <../../util/sum.scad>;
|
use <../../util/sum.scad>;
|
||||||
|
|
||||||
ZERO_VT = [0, 0];
|
|
||||||
|
|
||||||
ZERO_VTS = [undef, undef, [0, 0], [0, 0, 0]];
|
ZERO_VTS = [undef, undef, [0, 0], [0, 0, 0]];
|
||||||
|
|
||||||
function limit(vt, magnitude) =
|
function limit(vt, magnitude) =
|
||||||
|
Reference in New Issue
Block a user