1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

add comment

This commit is contained in:
Justin Lin 2019-05-04 09:11:51 +08:00
parent f42a51d896
commit a767e2240c

View File

@ -13,6 +13,10 @@ include <__private__/__to3d.scad>;
include <__private__/__angy_angz.scad>;
include <__private__/__m_multiply.scad>;
// Becuase of improving the performance, this module requires m_rotation.scad.
// For backward compatibility, I directly include m_rotation here.
include <m_rotation.scad>;
module path_extrude(shape_pts, path_pts, triangles = "SOLID", twist = 0, scale = 1.0, closed = false) {
// pre-process parameters
function scale_pts(pts, s) = [