搜索资源列表
Bezier
- 该程序包括 一次、二次及三次Bezier曲线 运行程序时,首先会提示输入几次Bezier曲线和颜色设置,
bezier
- 利用程序设计语言绘制三次bezier曲线 并且给出图形
bezier
- 利用opengl绘制三次bezier曲线,B--绘制曲线 C--全部重绘 E--重绘曲线 Q--退出
三次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 that need attention, according
opengl画bezier曲线
- 用opengl画三次bezier曲线
Bezier
- 这是一个描绘一条三次Bezier曲线的程序,其中点的选取已经考虑到平滑性。-This is a cubic Bezier curve depicting a procedure for the selection of which points have been taken into account smoothness.
Bezier
- 实现bezier曲线画法,为三次-Bezier curve drawing method of realization for the three
bezier
- 这是一次,二次,三次bezier曲线用MATLAB实现的程序。-This is the single, double or three times to achieve bezier curve using MATLAB procedures.
Bezier
- Bezier曲线由三个点确定,此程序用C实现了三次Bezier曲线图形的绘制-Bezier curve determined by three points, this procedure three times with the C implementation Bezier curve drawing graphics
BEZIER
- 三次bezier曲线实现C语言代码的PDF文件-bezier curve C language
Bezier
- OpenGL下通过鼠标动态绘制三次Bezier曲线 程序介绍: 第一次鼠标左键down点为0控制节点, 按住左键移动动态移动确定1控制节点, 第二次鼠标左键down点3控制节点,按住左键移动,确定2控制节点。-OpenGL dynamically through the mouse three times a Bezier curve drawing. program Descr iption: The first time the left mouse but
bezier
- bezier曲线绘制,三次bezier曲线,及其升阶-bezier
Bezier
- 二维的三次Bezier曲线(基于ribbon界面),曲线可以手动输入控制点,也可以随机产生,可改背景及曲线的颜色。-Two-dimensional cubic Bezier curve, the curve can manually enter the control point can also be randomly generated, and the curve can change the background color.
bezier
- bezier三次曲线源代码程序,此程序是基于VC++开发的-bezier cubic curve source code program, this program is based on VC++ development
Bezier
- 计算机图形学中,对曲线做三次Bezier曲线等分作图算法-Computer graphics, to do the curve plotting algorithm cubic Bezier curve decile
bezier
- 绘制n次Bezier曲线时,应可以输入控制点个数及控制点x,y坐标,输入数据可以放到文本文件中,以便调试。对于三次Bezier曲线,用多个曲线段拼接而成,并且要求曲线一阶导数连续。绘制Bezier曲面时,应可以输入控制多面体的顶点坐标与曲线的间距。-Bezier curve drawing n times, should be able to enter the number of control points and control points x, y coordinates, the i
bezier
- 在c++环境中,用opengl画出三次bezier曲线-Draw three bezier curve
bezier
- 二次、三次bezier曲线的算法,助于学习-bezier curve code
Bezier-cures
- 本文研究了三次bezier曲线与三次B样条曲线的光滑拼接,用matlab可以实现这个过程-This paper studies the three bezier curves and cubic B-spline curves and smooth stitching, this process can be achieved using matlab
媛
- 用程序实现三次Bezier曲线的de Casteljau算法(Realization of de Casteljau algorithm for three times Bezier curve by program)