mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
not necessary
This commit is contained in:
@@ -37,7 +37,7 @@ function _corner_ctrl_pts(round_d, p1, p2, p3) =
|
|||||||
function _bezier_corner(round_d, t_step, p1, p2, p3) =
|
function _bezier_corner(round_d, t_step, p1, p2, p3) =
|
||||||
bezier_curve(t_step, _corner_ctrl_pts(round_d, p1, p2, p3));
|
bezier_curve(t_step, _corner_ctrl_pts(round_d, p1, p2, p3));
|
||||||
|
|
||||||
function _recursive_bezier_smooth(pts, round_d, t_step, leng, i = 0) =
|
function _recursive_bezier_smooth(pts, round_d, t_step, leng) =
|
||||||
let(end_i = leng - 2)
|
let(end_i = leng - 2)
|
||||||
[
|
[
|
||||||
for(i = 0; i < end_i; i = i + 1)
|
for(i = 0; i < end_i; i = i + 1)
|
||||||
|
Reference in New Issue
Block a user