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

update comment

This commit is contained in:
Justin Lin
2022-05-03 10:05:18 +08:00
parent ec3ed59e6f
commit 060e695a1a

View File

@@ -35,7 +35,6 @@ module along_with(points, angles, twist = 0, scale = 1.0, method = "AXIS_ANGLE")
// >>> begin: modules and functions for "AXIS-ANGLE"
// get rotation matrice for sections
identity_matrix = [
[1, 0, 0, 0],
[0, 1, 0, 0],
@@ -119,6 +118,7 @@ module along_with(points, angles, twist = 0, scale = 1.0, method = "AXIS_ANGLE")
}
}
else {
// get rotation matrice for sections
rot_matrice = [
for(i = leng_points - 2; i > 0; i = i - 1)
let(