搜索资源列表
De_Casteljau
- 运用de Casteljau递归求值法编写三角形域上的n次Bezier曲面计算程序,给定 控制顶点-de Casteljau using recursive method for the preparation of the triangle domain n Bezier surface calculation procedures for determining control vertices
qbezierdemo
- 这是一个很好的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
BezierCastelijau
- 用de Casteljau绘制的Bezier曲线,可输入任意点的坐标。-de Casteljau use the Bezier curve drawing can be imported arbitrary point coordinates.
CASTELJAU
- 通过CASTELJAU算法,绘制指定文本数据文件的曲线
貝茲曲线
- 在数学的数值分析领域中,贝塞尔曲线(Bézier curve)是电脑图形学中相当重要的参数曲线。更高维度的广泛化贝塞尔曲线就称作贝塞尔曲面,其中贝塞尔三角是一种特殊的实例。 贝塞尔曲线于1962年,由法国工程师皮埃尔·贝塞尔(Pierre Bézier)所广泛发表,他运用贝塞尔曲线来为汽车的主体进行设计。贝塞尔曲线最初由Paul de Casteljau于1959年运用de Casteljau算法开发,以稳定数值的方法求出贝塞尔曲线。
bezier_surface
- 使用Casteljau 实现的bezier曲面
Casteljau
- 对控制点的De Casteljau剖分算法-Of the control point De Casteljau Dissection Algorithm
de_boor
- 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.
xianduan
- 从直线的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
de-Casteljau
- 绘制bizer的 de Casteljau算法
casteljau
- 一个简单的java图形学小例子,用迭代的方法实现Bezier曲线-A simple java graphics small example, an iterative method with Bezier curves
Bezier
- 应用Casteljau算法绘制Bezier曲面-Bezier曲面 bezier surface 数字人体建模解决人类几何特性的数字化问题。人体具有复杂而不规则的表面,人体建模的...表面模型由一系列多边形或曲面片的表面将人体骨骼包围起来表示人体外形,主要有多边形法、参数曲面法(Bezier曲面、B样条曲面、NURBS曲面)和有限元法 ...
dDe__Casteljje
- 运用de Casteljau递归求值法开发三角形域上的n次次Bezier曲面计算程序源码,给定 控制顶点 可直接使用。 -Use the de Casteljau recursive evaluation method n times in the development triangle domain Bezier surface calculation program source code, and given control vertices can be used directly
deCasteljau
- 运用de Casteljau递归求值法编写n次Bezier曲曲线计算程序,给定控制顶点-de Casteljau using recursive method for the preparation of n Bezier curve calculation procedures for determining control vertices
Casteljau
- Casteljau算法生成Bezier曲线-use Casteljau to draw Bezier curve
BezierCurve
- 使用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.
problem3_deCasteljau
- 使用de Casteljau算法求作对应的Bezier曲线,并且给定控制顶点-Using the de Casteljau algorithm for Bezier curves for the corresponding, and given control vertices
opp_deSateljau
- 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
媛
- 用程序实现三次Bezier曲线的de Casteljau算法(Realization of de Casteljau algorithm for three times Bezier curve by program)