搜索资源列表
BezierCastelijau
- 用de Casteljau绘制的Bezier曲线,可输入任意点的坐标。-de Casteljau use the Bezier curve drawing can be imported arbitrary point coordinates.
貝茲曲线
- 在数学的数值分析领域中,贝塞尔曲线(Bézier curve)是电脑图形学中相当重要的参数曲线。更高维度的广泛化贝塞尔曲线就称作贝塞尔曲面,其中贝塞尔三角是一种特殊的实例。 贝塞尔曲线于1962年,由法国工程师皮埃尔·贝塞尔(Pierre Bézier)所广泛发表,他运用贝塞尔曲线来为汽车的主体进行设计。贝塞尔曲线最初由Paul de Casteljau于1959年运用de Casteljau算法开发,以稳定数值的方法求出贝塞尔曲线。
bezier_surface
- 使用Casteljau 实现的bezier曲面
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
deCasteljau
- 运用de Casteljau递归求值法编写n次Bezier曲曲线计算程序,给定控制顶点-de Casteljau using recursive method for the preparation of n Bezier curve calculation procedures for determining control vertices
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.
媛
- 用程序实现三次Bezier曲线的de Casteljau算法(Realization of de Casteljau algorithm for three times Bezier curve by program)