搜索资源列表
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.
CubicSplineAndBezier
- 三次样条插值和贝塞尔曲线 主要是对图象做插值-Cubic spline interpolation and Bezier curves are mainly made of image interpolation
Bezier
- OpenGL三次贝塞尔曲线绘制,交互式的绘制图形,源码与详细注释。-OpenGL cubic Bezier curve drawing, interactive rendering graphics, source code and detailed comments.
bezier
- 双三次B样条曲面算法,OpenGL编程,计算机图形学-Bicubic B-spline surface algorithm
Bezier
- Bezier曲线由三个点确定,此程序用C实现了三次Bezier曲线图形的绘制-Bezier curve determined by three points, this procedure three times with the C implementation Bezier curve drawing graphics
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曲面算法代码-Computer graphics in the bi-cubic Bezier surface algorithm code
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
- 双三次Bezier曲面算法,很适合opengl的初学者,大家可以看看,可能有错误,多多包涵啊-Bicubic Bezier surface algorithm is very suitable for the opengl beginners, we can see, there may be mistakes, bear with me.
bezier
- 在c++环境中,用opengl画出三次bezier曲线-Draw three bezier curve
Bezier-surface-algorithm
- mfc下的双三次Bezier曲面算法,可以进行双三次Bezier曲面算法逐步生成的演示,代码中含分步注释-mfc bicubic Bezier surface algorithm bicubic Bezier surface algorithm gradually generated presentation code containing step-by-step notes
bezier
- 二次、三次bezier曲线的算法,助于学习-bezier curve code
Bezier
- 图形学的基础问题,画出了三次bezier曲线,有助于理解理论,有图像输出。-Basic problems graphics, draw three bezier curves, helps to understand the theory, there is the image output.
double-three-Bezier-surface-mesh
- 计算机图形学中利用曲线实现一些问题的代码,双三次Bezier曲线实现曲面。- Computer graphics in the use of curves to achieve some of the code, the dual three Bezier curves to achieve surface
媛
- 用程序实现三次Bezier曲线的de Casteljau算法(Realization of de Casteljau algorithm for three times Bezier curve by program)