搜索资源列表
wireframe
- 很好的一个BSPLINE/BEZIER曲线生成器.速度很快。还有几个例子。- A very good BSPLINE/BEZIER curve production The speed is very quick. Also some several examples.
曲面工程
- Bezier、Coons、BspLine等曲面-Bezier, Coons, such as surface BspLine
mybezierquxian
- 一个BEZIER曲线,BSPLINE曲线的绘制,依靠你鼠标所点击的点绘制-a Bezier curve, BSPLINE curve mapping, which relies on your mouse click on the drawing point
ARXCurve
- 本源代码实现在AutoCAD环境下绘制各种自由曲线和曲面的功能,包括Bezier,BSpline等,欢迎测试使用-source code to achieve in AutoCAD drawing environment freedoms curve and surface functions, including Bezier, BSpline, welcomed the use of test
opengl画图
- 用opengl自己实现画bezier和bspline曲线还有曲面,花瓶,茶壶
bezier
- MIT课程 计算机图形学 6_837 Assignment 8.htm 贝赛尔虚线 BSpline 及相互转换 和 相应曲面的绘制 -MIT Computer Graphics courses 6_837 Assignment 8.htm Bessel dashed BSpline and mutual conversion and the corresponding surface rendering
graphics_BSpline
- 图形学的深入使用,实现了贝塞尔和BSpline曲线之间转换-Depth the use of graphics, a Bezier curve between the conversion and BSpline
CurvesSurfaces
- 用OpenGL实现了画bezier曲线、BSpline曲线,以及它们之间的转换,多个点的bezier曲线、BSpline曲线,还实现了画面,并作出了一些模型,如:花瓶,圆圈,茶壶。可以运行bat文件运行-Achieved with OpenGL drawing bezier curves, BSpline curve, and the conversion between them, multiple points of bezier curves, BSpline curve, but als
framewire
- 一个非常好的BSPLINE/BEZIER曲线生成器.速度非常快。-A very good BSPLINE/BEZIER curve generator. Very fast.
spline
- 用C++和opemgl编的贝塞尔曲线和bspline曲线以及一些实物的画法 编了一个批处理文件对结果进行显示-In C++ and compiled opemgl Bezier curves and bspline painting as well as some kind of a batch file, compiled the results show
capi
- Bspline曲线生成程序Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS方法获得B样条曲线-Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spl
BSpline
- MFC程序包含绘制直线、圆、Bezier曲线、B样条曲线四种绘制类型,能够动态修改曲线控制顶点,从而改变曲线形状。能够绘制相应的伯恩斯坦基函数图象。-The MFC program includes draw straight lines, circles, Bezier curves, B-spline curve four draw type, able to dynamically modify the curve control points, thus changing the sha
BSpline
- Bezier曲线和B样条(BSpline)曲线绘制,用VC++自带API函数实现-Bezier curves and B-spline (BSpline) curve drawing, API function comes with VC++
CAGD-bezier-bspline.tar
- 计算机辅助几何设计大作业。包含两个部分——贝赛尔曲线绘制以及B样条曲线绘制,分别使用deCastljau和deBoor算法实现,鼠标点击输入控制顶点(不限数量),回车后绘制图形。两个程序控制顶点均可用鼠标拖动。贝赛尔曲线绘制功能比较完善,包含贝赛尔曲线及其升阶、延拓、求导等功能。-Computer aided geometric design work. Consists of two parts- beisaier curve drawing and b-spline curve drawin
OpenGL的B样条曲线曲面的绘制
- B样 绘制,均匀,非均匀,BEZIER,准均匀(Bspline Curve include non-uniform curve and Bezier curve.)
capi1.01
- BSpline 及各种曲线Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Splin
BSpline
- 以下是我用Qt GUI所编写的程序,包含源代码和可执行程序 主要功能: 1.绘制B样条 2.通过节点插入将B样条转化为多段Bezier曲线 操作方式:鼠标点击屏幕绘制B样条,默认均匀节点;控制点可以通过鼠标拖动(The following are the programs I wrote with Qt GUI, including the source code and the executable program Main functions: 1. draw B splines