Skip to content

Commit 65b8b1f

Browse files
committedJan 17, 2024
update: bspline curve generation
1 parent e5aba95 commit 65b8b1f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
 

‎curve_generation/bspline_curve.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
param.order = 3;
1010
param.param_mode = "PARAM_MODE_CENTRIPETAL";
1111
param.spline_mode = "SPLINE_MODE_INTERPOLATION";
12-
param.spline_mode = "SPLINE_MODE_APPROXIMATION";
12+
1313
% generate curve
1414
parameters = paramSelection(points, param);
1515
knot = knotGeneration(parameters, length(parameters), param);

‎examples/simulation_curve.mlx

1.94 KB
Binary file not shown.

‎gif/bspline_curve_matlab.png

25 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.