mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
format
This commit is contained in:
@@ -14,7 +14,8 @@ function bezier_surface(t_step, ctrl_pts) =
|
||||
bezier_curve(t_step, ctrl_pts[i])
|
||||
])
|
||||
[for(x = 0; x < len(pts[0]); x = x + 1)
|
||||
bezier_curve(t_step,
|
||||
[for(y = [0:len(pts) - 1]) pts[y][x]]
|
||||
bezier_curve(
|
||||
t_step,
|
||||
[for(y = [0:len(pts) - 1]) pts[y][x]]
|
||||
)
|
||||
];
|
Reference in New Issue
Block a user