Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Discontinuity of 1st curve is visible as a break (crisp) on the curve. Here we check only for "Geometric" continuity, which means that we only check directions of curve tangents, but do not check tangent lengths.
Here we check for "parametric" continuity instead of "geometric". Now we see two points of discontinuity. Point 1 is the same; at point 2, with curve's control polygon displayed we can see that control points are not symmetric around this point, in this case this means that curve tangent vector at the right of this point have much more length, than curve tangent to the left of this point.
Since this curve is composed of several Bezier segments, in all points where these segments are "glued" together there are points of discontinuity of 2nd order. If you look at curvature comb near these points, you can see that it can be discontinuous ("broken"). I.e., at these points curve's curvature may change suddenly.
This is a generic NURBS curve. It does not have discontinuity points of 1st or 2nd order. But it has discontinuity points of 3rd order; At these points the curve itself looks pretty smooth, but if you look closely at curvature comb you can see that, albeit continuous, curvature comb is not smooth at these points.
Preflight checklist
Put an x letter in each brackets when you're done this item: