搜索资源列表
MyCurve
- 用vc实现的三次bezier曲线的画法,可以任意选择控制点-vc used to achieve the three bezier curves of paint can be arbitrarily chosen control point
绘制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
jl_kb
- 在vc下关于Kochanek-Bartels样条的实现,可根据需要用鼠标直接给出控制点.-on Kochanek - Bartels kind of realized, as required, with the mouse directly given control points.
bbb
- 在vc的环境下,关于bezier曲线的实现,可以用鼠标在屏幕上任意给出控制点的位子.-vc in the environment, on the realization of bezier curves, you can use the mouse on the screen any given place at the control point.
BezierCurve
- 该文件是一个使用BezierCurve的程序代码,可简单体现Bezier曲线控制点功能-the document is a BezierCurve use of the code, be simple reflection of Bezier curve control points Function
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
BezierCurves
- 4控制点贝赛尔曲线,支持多条贝赛尔曲线的连接
r_Bezier
- 多控制点的贝赛尔递归与非递归算法,可以用XML文件保存加载,欢迎交流Helloahuan@163.com
矢量图形控件 Simple Graphic
- ------------------- 1.2版本 Simple Graphic 图形控件: 1.增加锁定功能,锁定的图形要素不可以做任何操作,但可以选中lock 2.增加标注属性功能,标注内容直接设置到labelAttribute属性内,如果为“”则不标注 3.增加ShowLabel属性定义,代表这个图形要素是否显示他的标注。 4.增加BackShowLabel属性定义,这个定义在内部使用,组合时可以把ShowLabel设置为False,原值存入BackShowLabel,拆组时再
矢量图形控件 Simple Graphic
- ------------------- 1.2.1版本: 1.增加设置在选择时,是否可以选择锁定图形,是否可以选择不显示图形 2.ISGElementCollection中增加contains函数,判断是否已经存在 3.ISGControl里增加UserFeedBackElements属性,用于增加用户辅助图形;增加CanUndoRedo属性,用于觉得是否自动记录操作堆栈; 增加搜索函数 ------------------- 1.2版本 Simple Graphic 图形控件:
cagd
- 画Bezier及B样条曲线,及对曲线的一些操作,包括移动控制点,移动曲线,曲线求交等等。
spline.zip
- 样条曲线的绘制,spline曲线是很好的拟合曲线,给出控制点,就可以得到很平滑的spline样条曲线,Drawing spline curves, spline curve fitting is a very good curve, control points are given, it can be very smooth spline-spline curve
bezier
- 实现双三次贝塞尔曲面,用16个控制点控制曲面的形状。-Bicubic Bezier surface to achieve, with 16 control points to control the shape of surface.
doubleBeziersurface
- 用c++实现的双三次曲面,并且可以通过改变控制点改变曲面形状!-Using c++ to achieve the bi-cubic surface, and can be changed by changing the surface shape control points!
mainframe
- 用wxwidgets自主开发的控制点处理的界面程序,基于vc++2005.-Independently developed using wxWidgets control points to deal with the interface process, based on vc++ 2005.
Bezier
- Bezier曲线的绘制,输入控制点坐标,利用Bezier控制方程生成曲线。-Bezier curve drawing, enter the control point coordinates generated using the Bezier curve equation.
BSpline
- 本应用程序,用户用鼠标左键单击的方式顺序输入控制点,鼠标左键双击代表结束,绘制以鼠标输入的点为控制点的4阶3次等距B样条曲线。具体实现功能 1. 绘制出控制多边形,标记控制点的位置; 2. 曲线以控制点序列的第一个点和最后一点为起点和终点,以控制多边形的第一条边和最后一条边为起点和终点的切线; 3. 改变其中的某一个控制点的位置,用另一颜色绘制新的曲线,与原曲线进行对比。-This application, the user left-click way to order input
algorithm-of-Bezier-control-points
- 这是一篇分段3次Bezier曲线控制点构造算法,具有较好的适应性-This is a sub-3 Bezier curve control points construction algorithm with good adaptability
B样条曲线反求控制点(转)
- C++代码已通过编译,测试OK,计算机图形学必备知识!!!