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

fix wrong name

This commit is contained in:
Justin Lin
2020-01-27 08:57:47 +08:00
parent 31d8782cec
commit 76e3a01326

View File

@@ -155,7 +155,7 @@ module along_with(points, angles, twist = 0, scale = 1.0, method = "AXIS_ANGLE")
else {
cumu_rot_matrice = axis_angle_cumulated_rot_matrice(0, [
for(ang_vect = axis_angle_local_ang_vects(leng_points - 2))
__m_rotation(ang_vect[0], ang_vect[1])
m_rotation(ang_vect[0], ang_vect[1])
]);
translate(points[0])