File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ def add_dimension(obj, **kwargs):
148
148
149
149
150
150
def derivative_curve (obj ):
151
- """ Computes the hodograph (first derivative) curve of the input curve
151
+ """ Computes the hodograph (first derivative) curve of the input curve.
152
152
153
153
This function constructs the hodograph (first derivative) curve from the input curve by computing the degrees,
154
154
knot vectors and the control points of the derivative curve.
@@ -381,7 +381,7 @@ def decompose_surface(obj, **kwargs):
381
381
382
382
383
383
def derivative_surface (obj ):
384
- """ Computes the hodograph (first derivative) surface of the input surface
384
+ """ Computes the hodograph (first derivative) surface of the input surface.
385
385
386
386
This function constructs the hodograph (first derivative) surface from the input surface by computing the degrees,
387
387
knot vectors and the control points of the derivative surface.
You can’t perform that action at this time.
0 commit comments