Commit 01bb810
committed
Add principle of checking the spline to comment
The way of checking the spline is flat or not is to calculate the
distance from a control point to the line connected by the point A and
point D, which is based on the Convex Hull Property of Bézier Curves
that Bézier Curve lies within the convex hull of its control points.1 parent d8aecb9 commit 01bb810
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments