Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是起点Po (x 1, y 1)的坐标、最大弧T (x4, y4) == t (0.5)的坐标和终点的坐标P3 (x3, y3)。如何找到这些控制点的数据?尽可能详细。(为破碎的语言道歉,谷歌翻译)。三阶曲线,你需要找到 的坐标P1,P2
Po (x 1, y 1)
T (x4, y4) == t (0.5)
P3 (x3, y3)
P1
P2
我知道 P1 和 P2 属于形成角的线段,并且这些点是镜像的
如果我正确理解了您的问题(虽然不确定)...此链接应该会有所帮助:
寻找贝塞尔曲线的控制点
还评论“bokan”评论:我认为在这种情况下我们谈论的是三次而不是二次贝塞尔曲线......提到了2个控制点......