You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With PR #33derivatives_ctrlpts method for computing the control points of the shape (curve and surface) derivative is added to BSpline class.
I think it would be a better idea to compute the derivative shape with the control points and knot vectors together, very much similar to how decompose method does.
The text was updated successfully, but these errors were encountered:
With PR #33
derivatives_ctrlpts
method for computing the control points of the shape (curve and surface) derivative is added toBSpline
class.I think it would be a better idea to compute the derivative shape with the control points and knot vectors together, very much similar to how
decompose
method does.The text was updated successfully, but these errors were encountered: