1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

remove dependency

This commit is contained in:
Justin Lin
2019-06-15 10:18:43 +08:00
parent a07244fd47
commit 01fc0298f6

View File

@@ -11,10 +11,6 @@
include <__private__/__angy_angz.scad>;
include <__private__/__to3d.scad>;
// Becuase of improving the performance, this module requires m_rotation.scad which doesn't require in dotSCAD 1.0.
// For backward compatibility, I directly include m_rotation here.
include <m_rotation.scad>;
module along_with(points, angles, twist = 0, scale = 1.0, method = "AXIS_ANGLE") {
leng_points = len(points);
leng_points_minus_one = leng_points - 1;