Location:
Search - bezier_demo
Search list
Description: 贝齐尔曲线算法演示程序
实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。
程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画)
-Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape through a multilateral dogleg Group (also known as the Bezier control polygon) of the apex only in the definition years. Procedures ideas : first use the mouse to click the chain put off point on record, as a control polygon. Then called n-Bernstein polynomial function calculate the curve, Finally, subparagraph drawn straight (this program consists of 50 to paint)
Platform: |
Size: 39301 |
Author: Ray |
Hits:
Description: 贝齐尔曲线算法演示程序
实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。
程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画)
-Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape through a multilateral dogleg Group (also known as the Bezier control polygon) of the apex only in the definition years. Procedures ideas : first use the mouse to click the chain put off point on record, as a control polygon. Then called n-Bernstein polynomial function calculate the curve, Finally, subparagraph drawn straight (this program consists of 50 to paint)
Platform: |
Size: 38912 |
Author: Ray |
Hits:
Description: matlab下bezier曲线的绘制,由鼠标左键产生四个点随即产生曲线,并可对曲线进行编辑。解压缩后,运行bezier_demo.m文件即可。压缩包里的文件是相互关联的。-matlab under bezier curve drawing, the left mouse button generated by the four-point curve was generated, and may be edited on the curve. After decompression, bezier_demo.m file can be run. Compression of the paper bag are interrelated.
Platform: |
Size: 7168 |
Author: pan |
Hits:
Description: 用贝塞尔画曲线的demo,能够控制参数,调节曲线的形式-a demo using bezier
Platform: |
Size: 6144 |
Author: 郭力 |
Hits: