- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
7.2.2 Bezier curves Define a curve based on approximation Definition method: Two points at the two ends of a curve; Several points that not on the curve but can determine the shape of the curve (Multi-solutions Compared with. interpolation) Slide * Copyright, JING Shu-xu, Information School of Chang’an University Email: sxjing@chd.edu.cn * P. Bezier of Renault, P. de Casteljau of Citroen Intuitive interaction: Direct manipulation Approximated curve vs. Interpolated curve Control points 7.2.2 Bezier curves 从模型或手绘草图上取得数据后,用绘图工具绘出曲线图,然后从这张图上大致定出Bezier特征多边形各控制顶点的坐标值,并输入计算机进行交互的几何设计,调整特征多边形顶点的位置,直到得出满意的结果为止;最后用绘图机绘出曲线样图。 7.2.2 Bezier curves * Bezier curve defined by 4 points 7.2.2 Bezier curves * Pull by coincident control points 7.2.2 Bezier curves * Closed Bezier curve 7.2.2 Bezier curves * Influence of point position 7.2.2 Bezier curves Mathematical definition of Bezier curve Given n+1 control points Pi(i=0,1,…,n),a Bezier curve of degree n is defined as following: Bi,n(t) is called Bernstein Basis. Polygon P0 P1… Pn is called the control polygon of P(t). Points P0,P1… Pn are called cotrol points of P(t). (2)二次Bezier曲线 Defined by three control points Which is a parabola(抛物线) through P0 and P2 . (1)一次Bezier曲线 Defined by two control points Which is a straight line segment with ends at P0 and P1 Mathematical definition of Bezier curve P(t) = (1-t)P0 + tP1 P(t) = (1-t)2P0 + 2t(1-t)P1 + t2P2 4 hours (3)三次Bezier曲线 The most widely used Bezier curve is of degree 3, which is defined by four control points. It is easy to get the four Bernstein basis. The corresponding Bezier curve is: 实际应用的主要是三次Bezier曲线。利用它的参数表达式在区间(0,1)内取多个值,例如1000,计算出这1000个值对应的坐标点,依次连接这些点就得到一条Bezier曲线。 为程序设计方便,改写曲线的表达式为: Programming of Bezier curve 注意:再添加一个z 坐标,就可得到空间Bezier曲线。 Programming of Bezier curve 1)端点性质 End points ? 曲线经过特征多边形的首末点。因为 P(0)=P0 P(1) = Pn ? 曲线P(t)在P0点与边P0P1相切,在Pn 点与Pn-1Pn相切。因为 P’(0)=n(p1-p0), P’(1) = n( Pn- Pn-1) 2)对称性 Symmetry 由Bernstein基函数的对
您可能关注的文档
- 广东外语外贸大学《宏观经济学》宏观经济学复习a.ppt
- 广东外语外贸大学《宏观经济学》宏观经济学模拟试卷.doc
- 广东外语外贸大学《宏观经济学》宏观试卷.doc
- 广东外语外贸大学《宏观经济学》宏经-汇总打印.doc
- 广东外语外贸大学《宏观经济学》宏经第五章 AD-AS模型.ppt
- 广东外语外贸大学《宏观经济学》宏经学复习题(附答案2007)管院.doc
- 广东外语外贸大学《宏观经济学》练习一-----国民收入核算.ppt
- 广东外语外贸大学《中国近现代史纲要》2012-2013学年第一学期A卷答案.doc
- 广东外语外贸大学《中国近现代史纲要》2012-2013学年第一学期A卷定.doc
- 广东外语外贸大学《中国近现代史纲要》2012年上 《纲要》复习提纲.doc
- 计算机辅助设计(长安大学)Chapter7-3 Bspline curves.ppt
- 计算机辅助设计(长安大学)Chapter7-4 parametric surfaces-introduction and Coons surface.ppt
- 计算机辅助设计(长安大学)Chapter6-1 Geometric modeling introduction and primitives definition-4 hours inc chap5 exercise.ppt
- 计算机辅助设计(长安大学)Introduction.ppt
- 计算机辅助设计(长安大学)Chapter7-5 parametric surfaces-Bezier surface.ppt
- 计算机辅助设计(长安大学)Lecture 3 2D OpenGL programming - 2 hours lecture with 2 hours programming.ppt
- 计算机网络-IP数据包解析软件设计.doc
- 计算机网络-Tcp数据包的发送和接收软件设计.pdf
- 计算机网络概述(北大)WENJI01-网络概论.pptx
- 计算机网络概述(北大)WENJI03-HTML语言.pptx
原创力文档


文档评论(0)