mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
update comment
This commit is contained in:
@@ -35,7 +35,6 @@ module along_with(points, angles, twist = 0, scale = 1.0, method = "AXIS_ANGLE")
|
|||||||
|
|
||||||
// >>> begin: modules and functions for "AXIS-ANGLE"
|
// >>> begin: modules and functions for "AXIS-ANGLE"
|
||||||
|
|
||||||
// get rotation matrice for sections
|
|
||||||
identity_matrix = [
|
identity_matrix = [
|
||||||
[1, 0, 0, 0],
|
[1, 0, 0, 0],
|
||||||
[0, 1, 0, 0],
|
[0, 1, 0, 0],
|
||||||
@@ -119,6 +118,7 @@ module along_with(points, angles, twist = 0, scale = 1.0, method = "AXIS_ANGLE")
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
// get rotation matrice for sections
|
||||||
rot_matrice = [
|
rot_matrice = [
|
||||||
for(i = leng_points - 2; i > 0; i = i - 1)
|
for(i = leng_points - 2; i > 0; i = i - 1)
|
||||||
let(
|
let(
|
||||||
|
Reference in New Issue
Block a user