搜索资源列表
MFC绘制CAD曲线
- 用MFC编写的绘制CAD常用曲线的小程序,其中包括参数样条、Bezier曲线、B样条曲线。 使用了MFC模板,OpenGL函数库。支持鼠标交互式输入,在一个工程中完成了三种曲线的拟合.点击工具栏中的“曲线”,鼠标选择画线类型。选择之后,鼠标取点后,将画出你所想画的曲线。
CubicSplineAndBezier
- 程序中尝试了各种平滑曲线的算法,包括 三次样条平滑曲线 的算法类 贝塞尔曲线的算法 GDI+平滑曲线的代码-Procedures to try a variety of smooth curves of the algorithm, including the cubic spline curve smoothing algorithm type algorithm Bessel curve smooth curve GDI+ code
openGL_NURBS
- 用OpenGL 实现曲线作图,VC++编程 -VC++编程
Rational_Bezier
- MFC++OpenGL实现有理Bezier曲线的各种功能,包括旋转,改变点的权重-MFC++OpenGL achieve rational Bezier curves of the various functions, including rotation, the changing point weight
3-order-Bessel-curve
- 画出了一条3阶贝塞尔曲线,是一条点虚线,使用的是opengl库。-Draw up a third-order Bezier curve is a dotted line, using opengl library.
3bezierLline
- 采用VC6.0和opengl实现3次bezier曲线的绘制,并且使用鼠标控制四个点-Using OpenGL and VC6.0 to achieve the 3 Bezier curve drawing, and use the mouse to control the four points
OPENGL-curves
- opengl实现贝塞尔曲线以及B样条曲线。内容包含VS2010工程,源代码,可执行应用程序。-opengl achieve Bezier curves and B-spline curves. VS2010 project contains the source code, executable application.
曲线与曲面
- 绘制Bezier与Bspline曲线,以及相应的曲面绘制,最后实现绘制茶壶等高级物件(Bezier&Bspline,take me a lot of time to finish it, you will konw how to Paint Bspline & Bezier with OpenGL)