搜索资源列表
curve_test.tar
- curve_test is a set of 3 programs to demonstrate 3 different kind of third-order parametric curves: Hemite curve segments, Bezier curve segments, and Splines. Hemite curves are defined by two endpoints and two vectors, Bezier curves are defi
Bezier-CSharp
- 本程序是使用VisualC#编制的的Bezier曲线绘制程序。-use of this procedure is VisualC# establishment of the Bezier curve drawing program.
Bezier绘制
- 计算机图形学中很重要的曲线,采用vc编程,实现了最多10个控制点的bezier曲线的绘制,稍作修改可实现更多的控制点-very important curve, using vc programming, achieving up to 10 control points bezier curve drawing and make some changes to achieve more control point
drawcurve
- 该程序利用vc++实现了曲线的绘制,实现功能如下:画圆,画金刚石模型,Bezier曲线的绘制,B样条曲线的绘制,手绘beizer和B样条曲线-Use of the program vc++ Achieved Curve to achieve the following functions: drawcircle, painting diamond model, Bezier Curve, B-spline curve drawing, hand-painted beizer and B-spli
vbcode
- mousedown的程序,bezier曲线绘制程序,B样条曲线的绘制程序,二维几何图形变换的程序,像素法画直线的程序。-procedure MouseDown, bezier curve drawing program, B-spline curve drawing procedure, the procedure of two-dimensional geometry transform, pixel draw a straight line law procedures.
Bezier-Curve
- 计算机图形学图形绘制之Bezier曲面绘制-computer graphis bezier-curve drawing
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
Bezier_deCasteljau_and_B_deBoor
- Bezier曲线(deCasteljau算法)和B样条曲线(deBoor算法)-Bezier curve (deCasteljau algorithm) and the B-spline curve (deBoor algorithm)
Bezier
- 计算机图形学,VC6.0平台的贝塞尔曲线画法。-Computer graphics, VC6.0 platform Bezier curve drawing.
Bezier
- 贝塞尔曲线画法,用C实现的,比较简单实用,希望对大家有用-Bezier curve drawing, with the C implementation, relatively simple and practical, we hope to be useful
BEZIER
- bezier曲线实现算法代码 bezier曲线实现算法代码 bezier曲线实现算法代码-bezier curve algorithm code bezier curve algorithm code bezier curve algorithm code
bezier
- 绘制bezier曲线,Applet ,实现曲线绘制,拖拽变形。-draw bezier curve
Bezier
- 3次Bezier曲线绘制,c++源码 -3 times a Bezier curve drawing
bezier
- 二次、三次bezier曲线的算法,助于学习-bezier curve code
MFC-draw--bezier-b_spline
- MFC绘制Bezier曲线-B样条曲线-曲线拟合-MFC drawing Bezier curve-B-spline curve- curve fitting
BEzier
- Bézier curve生成三次贝塞尔曲线的源代码, 函数ComputeBezier将以控制点cp产生的曲线点填入Point2D结构的数组 调用者必须分配足够的空间以供输出结果——<sizeof(Point2D) numberOfPoints>-Bzier curve cubic Bezier curve generated source code, function ComputeBezier will control point cp curve points to fil
Bezier
- 画Bezier曲线,控制多边形,有演示动画,matlab程序,-plot Bezier curve ,control polygon,matlab program
plot_C2-Bezier
- 输入若干控制点,绘制C2的Bezier曲线-input several control polygon,plot C2 Bezier curve
Bezier
- 这是自己开发的一款关于bezier曲线的程序。首先画几个点,程序根据这几个点生成一条bezier曲线,移动某点,曲线随之变形。-this program is about bezier curve written by myself.firstly,drawing some points,this program will generaty a bezier curve throuth these points.moving one point,the curve moving followin
Bezier
- Bezier曲线生成,任意点数,包含DDA直线生成算法-Bezier curve is generated, any number of points, including the DDA line drawing algorithm