mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-17 20:11:50 +02:00
fix typo
This commit is contained in:
@@ -25,7 +25,7 @@ module along_with(points, angles, twist = 0, scale = 1.0, method = "AXIS_ANGLE")
|
|||||||
is_num(scale) ?
|
is_num(scale) ?
|
||||||
let(s = scale - 1) [s, s, s] :
|
let(s = scale - 1) [s, s, s] :
|
||||||
len(scale) == 2 ? [each (scale - [1, 1]), 0]:
|
len(scale) == 2 ? [each (scale - [1, 1]), 0]:
|
||||||
sscale - scale_one
|
scale - scale_one
|
||||||
) / leng_points_minus_one;
|
) / leng_points_minus_one;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user