1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 03:50:27 +02:00

update doc

This commit is contained in:
Justin Lin
2019-10-11 20:47:21 +08:00
parent 426f2623f7
commit 3ccb725645

View File

@@ -70,7 +70,7 @@
[ 10, 0]
];
// For a clamped B-spline curve, the first knot and the last knot must be of multiplicity degree + 1.
// For a clamped B-spline curve, the first `degree + 1` and the last `degree + 1` knots must be identical.
knots = [0, 0, 0, 1, 2, 2, 2];
color("red") for(p = points) {