作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
微软的文档说:
Specifies that the corresponding point in lpPoints is a control point or ending point for a Bèzier curve. PT_BEZIERTO values always occur in sets of three. The point in the path immediately preceding them defines the starting point for the Bèzier curve. The first two PT_BEZIERTO points are the control points, and the third PT_BEZIERTO point is the ending (if hard-coded) point.
http://msdn.microsoft.com/en-us/library/dd144908%28v=VS.85%29.aspx
这是否意味着它返回三次曲线或二次曲线?
谢谢
最佳答案
它是一个具有共享端点的立方体。 p[0]、p[1]、p[2]、p[3]组成第一段; p[3]、p[4]、p[5] 和 p[6] 组成第二段。等等。
关于c++ - GetPath() 是否返回三次或二次贝塞尔曲线控制点?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3162814/
我是一名优秀的程序员,十分优秀!