搜索资源列表
三次Bezier曲线
- 三次Bezier曲线虽然原理跟二次Bezier曲线的类似,但是具体编程时还是有很多地方需要注意,因实际应用中三次Bezier曲线的作用越来越大,所以编了此程序以供参考-cubic Bezier curve Although the Second Principle Bezier curve with a similar, but specific programming when there are still many areas t
opengl画bezier曲线
- 用opengl画三次bezier曲线
Bezier3
- 3次Bezier曲线的c语言实现-3rd Bezier curve in C Language
三次Bezier曲线
- 三次Bezier曲线虽然原理跟二次Bezier曲线的类似,但是具体编程时还是有很多地方需要注意,因实际应用中三次Bezier曲线的作用越来越大,所以编了此程序以供参考-cubic Bezier curve Although the Second Principle Bezier curve with a similar, but specific programming when there are still many areas t
MyCurve
- 用vc实现的三次bezier曲线的画法,可以任意选择控制点-vc used to achieve the three bezier curves of paint can be arbitrarily chosen control point
TwoWork
- 1\直线段的裁剪算法Cohen-Sutherland 2\二次、三次Bezier曲线,二次、三次均匀B样条曲线(过首末顶点)(不会抖动)-1 \ line of the cutting algorithm Cohen-Sutherland 2 \ Second, Bezier curves, second, third uniform B-spline curves (after the end of the first peak)
VC6DrawBezier
- 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指
Beziergenerate
- 人机交互生成三次Bezier曲线,但是没有编辑功能,正在继续改进!-HCI generated cubic Bezier curve, but no editing function, is continuing to improve.
Bezier_CutLIne
- 直线段的裁剪和绘制,1、自由曲线包括:二次、三次Bezier曲线,二次、三次均匀B样条曲线; 2、Bezier曲线的实现算法要求选用细分算法; 3、均匀B样条曲线过控制多边形的首末顶点; 4、利用B样条曲线的局部控制性来动态修改曲线形状; 5、界面设计友好、几何直观。 裁剪算法选用Cohen-Sutherland算法; -straight of the cutting and painting, a free c
Bezier
- 该程序包括 一次、二次及三次Bezier曲线 运行程序时,首先会提示输入几次Bezier曲线和颜色设置, -The procedures include single, double and run the program three times a Bezier curve, the first will be prompted to enter a number of Bezier curve and color setti
bezier
- 利用程序设计语言绘制三次bezier曲线 并且给出图形-Programming language to use Bezier curves drawn three times and gives graphical
teapot
- Bezier曲线及生成茶壶程式源码,可以画任意三次Bezier曲线-Bezier curve and generate teapot-source program, you can draw arbitrary three Bezier curves
MyGUI
- 计算机图形学的大作业,包括三次Bezier曲线、三次B样条曲线、多种分形、真实感图形等。-Computer Graphics major operations, including three Bezier curves, three B-spline curve, multi-fractal, realistic graphics.
bezier
- 利用opengl绘制三次bezier曲线,B--绘制曲线 C--全部重绘 E--重绘曲线 Q--退出-Use opengl rendering three Bezier curves, B drawn curve C all redraw redraw E curve Q Quit
BezierCurve
- 1.鼠标交互式绘制三次bezier曲线 2.Bezier曲线的C0,C1,C2连续拼接, 3.交互式操作(绘制好后可以鼠标拖动控制点,bezier曲线实时更新)-1. Mouse interactive rendering Bezier curves 2.Bezier three curves C0, C1, C2 for splicing, 3. Interactive operations (drawing good can
bezier
- 这是一次,二次,三次bezier曲线用MATLAB实现的程序。-This is the single, double or three times to achieve bezier curve using MATLAB procedures.
Bezier
- OpenGL下通过鼠标动态绘制三次Bezier曲线 程序介绍: 第一次鼠标左键down点为0控制节点, 按住左键移动动态移动确定1控制节点, 第二次鼠标左键down点3控制节点,按住左键移动,确定2控制节点。-OpenGL dynamically through the mouse three times a Bezier curve drawing. program Descr iption: The firs
bezier
- bezier曲线绘制,三次bezier曲线,及其升阶-bezier
bezier
- bezier三次曲线源代码程序,此程序是基于VC++开发的-bezier cubic curve source code program, this program is based on VC++ development
媛
- 用程序实现三次Bezier曲线的de Casteljau算法(Realization of de Casteljau algorithm for three times Bezier curve by program)