mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-14 02:34:12 +02:00
modified range
This commit is contained in:
@@ -41,7 +41,7 @@ function _bezier_curve_point(t, points) =
|
||||
];
|
||||
|
||||
function bezier_curve(t_step, points) =
|
||||
[
|
||||
for(t = [0: t_step: 1 + t_step])
|
||||
concat([
|
||||
for(t = [0: t_step: 1])
|
||||
_bezier_curve_point(t, points)
|
||||
];
|
||||
], [_bezier_curve_point(1, points)]);
|
Reference in New Issue
Block a user