贝塞尔插值的制作方法.doc

  1. 1、本文档共19页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
贝塞尔插值的制作方法

Bézier curves Written by?Paul Bourke Original: April 1989, Updated: December 1996 The following describes the mathematics for the so called Bézier curve. It is attributed and named after a French engineer, Pierre Bézier, who used them for the body design of the Renault car in the 1970s. They have since obtained dominance in the typesetting industry and in particular with the Adobe Postscript and font products. Consider N+1 control points pk (k=0 to N) in 3 space. The Bézier parametric curve function is of the form B(u) is a continuous function in 3 space defining the curve with N discrete control points Pk. u=0 at the first control point (k=0) and u=1 at the last control point (k=N). Notes: The curve in general does not pass through any of the control points except the first and last. From the formula?B(0) = P0?and?B(1) = PN. The curve is always contained within the convex hull of the control points, it never oscillates wildly away from the control points. If there is only one control point P0, ie: N=0 then?B(u) = P0?for all u. If there are only two control points P0?and P1, ie: N=1 then the formula reduces to a line segment between the two control points. the term is called a blending function since it blends the control points to form the Bézier curve. The blending function is always a polynomial one degree less than the number of control points. Thus 3 control points results in a parabola, 4 control points a cubic curve etc. Closed curves can be generated by making the last control point the same as the first control point. First order continuity can be achieved by ensuring the tangent between the first two points and the last two points are the same. Adding multiple control points at a single position in space will add more weight to that point pulling the Bézier curve towards it. As the number of control points increases it is necessary to have higher order polynomials and possibly higher factorials. It is common therefore to piece together small se

文档评论(0)

sb9185sb + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档