当前位置:
首页 资源下载
搜索资源 - de casteljau algorithm
搜索资源列表
-
1下载:
这是一个很好的Bezier曲线的绘制程序。
利用De Casteljau算法绘制Bezier曲线
可以方便嵌入到你的源程序 -This is a good Bezier curve drawing program. De Casteljau algorithm using Bezier curve drawing can easily embedded in your source
-
-
0下载:
对控制点的De Casteljau剖分算法-Of the control point De Casteljau Dissection Algorithm
-
-
0下载:
De Boor s algorithm is a generalization of de Casteljau s algorithm. It provides a fast and numerically stable
way for finding a point on a B-spline curve given a u in the domain.
-
-
0下载:
从直线的Cohen-Sutherland、中点分割和参数化裁剪算法中,任选一种,编程实现;
2.编程实现Bezier曲线分割递推de Casteljau算法。
3.任选一种曲面,并编程实现
-From the line of Cohen-Sutherland, the midpoint of segmentation and parametric clipping algorithm, Choose one, programming 2. Programming Recursive
-
-
1下载:
使用OpenGL编写的Bezier曲线绘制程序(使用de Casteljau算法)。鼠标左键添加控制点(数目不限),右键清屏。-Bezier curve drawing program using OpenGL(de Casteljau algorithm).Left mouse button to add control points (unlimited number), right-clear screen.
-
-
0下载:
使用de Casteljau算法求作对应的Bezier曲线,并且给定控制顶点-Using the de Casteljau algorithm for Bezier curves for the corresponding, and given control vertices
-
-
1下载:
matlab使用de casteljau算法绘制贝塞尔曲线,内附五套曲线,也可用鼠标设置坐标生成曲线,动态展示de casteljau运算过程。已调试可直接使用。-Matlab mapping Bessel curve using de Casteljau algorithm, containing five sets of curves, also available mouse to set the coordinate generation curve, dynamic display d
-
-
1下载:
用程序实现三次Bezier曲线的de Casteljau算法(Realization of de Casteljau algorithm for three times Bezier curve by program)
-