搜索资源列表
绘制b样条曲线
- 生成、显示B样条曲线: (1)用鼠标或者光标输入控制点,在屏幕上用图形符号标记显示。 (2)自定义输入曲线次数。 (3)可选择4种曲线类型。 (4)可以对顶点位置,曲线次数,曲线类型进行修改。-generation, showed that B-spline curves : (1) to use the mouse or the cursor input control points on the screen with graphic symbols marking sho
基本代码实现
- 系统基本功能要求: 1、制图功能 作为一个功能较为完善的建模工具,制图功能应该是最不可或缺的。本建模工具可以实现对于直线、连续直线、多边形区域、圆、圆形区域、圆弧、字符(包括汉字和英文字母)Beizer曲线、B样条曲线等图形元素的较精确绘制,能够根据工业流程实现流程的图示节点表示,并实现包括添、删、移动、连接、清除流程图示节点等编辑功能,和对流程图示节点的仪器功能参数进行设置。对于初级用户而言,操作比较简单,无需太多的学习时间即可进行图形绘制。 2、存储功能 拥有制图功能,
Graphix
- B样条曲线、BSPLine / Nurbs曲线生成-B-spline curves, BSPLine / Nurbs Curve
bezbspline
- 这是一个BEZIER曲线,包括2维和三维的图象变换 B样条曲线也集中在里面了。-This is a Bezier curve, including two-dimensional and three-dimensional images transform B-spline curves are concentrated in the inside.
Picturing_with_visual_C
- 实现C语言的画图功能,配有三次B样条曲线的实例,可以放心使用!-realization of the class C language function, is equipped with three B-spline curves examples can be assured use!
4-200
- 关于B样条曲线曲面的生成代码。希望对大家的学习能有所帮助。如有什么问题请与我取得联系。QQ:67298170-on B-spline curves and surfaces generated code. We hope that the right learning can be helped. If anything, please contact me. QQ : 67298170
0302-1
- 关于B样条曲线曲面的生成代码。希望对大家的学习能有所帮助。如有什么问题请与我取得联系。QQ:67298170-on B-spline curves and surfaces generated code. We hope that the right learning can be helped. If anything, please contact me. QQ : 67298170
b
- 鼠标随机取点,然后可以选择不同的方法进行绘制B样条曲线。
Graphic_Sys
- 图形学绘图系统:绘制直线、任意多边形,Bezier曲线、B样条曲线、累加弦长曲线。实现直线、任意多边形裁剪,直线、多边形关于 点、线 对称变化,直线、多边形、曲线的选定、平移,变换,修改;可以对多个图形进行保存与读取。
3Bline
- 实现B样条曲线的生成,可视化界面,可改变控制点的个数
MusicDer_Final
- 生成、显示B样条曲线: (1)用鼠标或者光标输入控制点,在屏幕上用图形符号标记显示。 (2)自定义输入曲线次数。 (3)可选择4种曲线类型。 (4)可以对顶点位置,曲线次数,曲线类型进行修改。-generation, showed that B-spline curves : (1) to use the mouse or the cursor input control points on the screen with graphic symbols marking show. (2) Si
shiyan6-B 计算机图形学实验6 常用曲面和曲线的生成算法
- 计算机图形学实验6 常用曲面和曲线的生成算法 包括(三次B样条曲线算法)-Computer Graphics Lab 6 common surfaces and curves, including generating algorithm (cubic B-spline algorithm)
DrawDot
- B样条曲线画图程序,包括均匀、准均匀、分段Bezier和非均匀四种类型-B-spline drawing
B
- 在图形生成中,生成B样条曲线,实现画曲线的功能-In the graphics generation, the generated B-spline curve, to achieve the functions of drawing curves
B-line
- 在屏幕中任意输入几个点,生成B样条曲线。-Arbitrary number of input points, to generate B-spline curve.
B-SPLINE
- 在平面上任意取点,可以画出它的B样条曲线,对于B样条曲线分析很有用-B spline
five-degree-B-spline-curve
- 这是基于五次B样条的曲线构建程序,开发环境为matlab,喜欢的免费下载。-This building program based on the five B-spline curve, a development environment for matlab like free downloads.
CPPDraw-B-spline-curve
- 用VC++实现B样条曲线的绘制 实现键盘控制曲面的细分程度并可以实现旋转曲面-With VC++ Realize Draw B-spline curve
B-spline-sample
- B样条曲线,对图形算法的研发人员有帮助,本人一直应用该方法-B-spline curve, graphics algorithms R & D staff to help, I have been using this method
B样条曲线反求控制点(转)
- C++代码已通过编译,测试OK,计算机图形学必备知识!!!