如何寻找二次贝塞尔曲线的最佳控制点?
我想在知道坐标的情况下绘制翼型。我决定使用二次贝塞尔曲线,因此对于贝塞尔方程的第一个点和终点,如何找到穿过一组点的二次贝塞尔曲线的最佳控制点? (机翼坐标)
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 pass through a set of points? (coordinates of airfoils)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您问的问题与此非常相似:如何将贝塞尔曲线拟合到一组数据?
The question you're asking is very similar to this one: How can I fit a Bézier curve to a set of data?