How To Find The Best Control Point For Quadratic Bezier Curve?
I want to draw an airfoil with knowing it's coordinates.i decide to use quadratic bezier curve so with first and end points of bezier equation, how to find the best control point for this quadratic bezier curve that pa开发者_StackOverflow社区ss through a set of points? (coordinates of airfoils)
The question you're asking is very similar to this one: How can I fit a Bézier curve to a set of data?
精彩评论