如何寻找二次贝塞尔曲线的最佳控制点?

发布于 2024-11-14 17:50:26 字数 85 浏览 5 评论 0原文

我想在知道坐标的情况下绘制翼型。我决定使用二次贝塞尔曲线,因此对于贝塞尔方程的第一个点和终点,如何找到穿过一组点的二次贝塞尔曲线的最佳控制点? (机翼坐标)

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

客…行舟 2024-11-21 17:50:26

您问的问题与此非常相似:如何将贝塞尔曲线拟合到一组数据?

The question you're asking is very similar to this one: How can I fit a Bézier curve to a set of data?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文