Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information