mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-07 07:16:36 +02:00
update doc
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
[ 10, 0]
|
[ 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];
|
knots = [0, 0, 0, 1, 2, 2, 2];
|
||||||
|
|
||||||
color("red") for(p = points) {
|
color("red") for(p = points) {
|
||||||
|
Reference in New Issue
Block a user