Skip to content

Commit d36a040

Browse files
committed
Shorten derivative arrows
1 parent 89643e4 commit d36a040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nurbs.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ module debug_nurbs_interp(points, degree, splinesteps=16, method="centripetal",
10351035
ds = default(data_size, width);
10361036
sz = default(size, 3 * width);
10371037
ctrl = result[2];
1038-
arrow_scale = path_length(points) / np;
1038+
arrow_scale = (path_length(points)/2) / np;
10391039

10401040
// Helpers project BOSL2 direction constants and pad dimensions automatically.
10411041
eff_der = _merge_deriv_list(np-1, deriv, dim=dim, start_deriv=start_deriv, end_deriv=end_deriv);

0 commit comments

Comments
 (0)