搜索资源列表
OpenGL_Surface
- OpenGL程序示例,Nurbs曲面绘制,属于求值程序和非均匀有理B样条类。适合初学者学习OpenGL编程技术。-OpenGL procedures example, Nurbs surface mapping, is evaluated and non-uniform rational B-splines category. For beginners learning OpenGL programming technology.
nurbs++-3.0.11
- NURBS++库--Non-Uniform Rational B-Splines (NURBS) curves and surface are parametric functions which can represent any type of curves or surfaces. This C++ library hides the basic mathematics of NURBS. This allows the user to focus on the more challeng
Nurbsrelatedalgorithms
- Nurbs 相关算法,插值,型值点算控制点-Nurbs related algorithms, interpolation, value-based control point count
secondechaptermathematics
- game programming gems4中的数学部分代码,包括非均匀样条、协方差矩阵计算包围对象、雅克比转置等内容-the code of the math part of game programming gems4 , including non-uniform splines, surrounded by the covariance matrix calculation of object Jacobian transpose etc.
b-spline
- 1) Create a closed B-splines curve by using five control points and also with its control polygons. Here is the attachment: • closedbspline.m 2) Create a Uniform B-splines curve where the k=3,n=2 and i=0,1,2,3,4,5,6,7. • unifo
GPU-Based-uniform-B-Splines
- This article presents uniform B-spline interpolation, completely contained on the graphics processing unit (GPU).
fastBSpline
- fastBSpline - 一个快速,轻量级的类,它实现 任意阶非均匀B样条曲线 Matlab的样条函数都很一般。这种通用性来自于 速度的代价。对于大规模的应用,包括模型 其中,模型的某些组件中的术语定义嵌合 样条曲线,如广义相加模型,更快的解决方案是 可取的。 该fastBSpline类实现一个轻量级的一套B样条 功能,
bspline-
- 该软件包包括一个图形化的工具来放置均匀B样条曲线控制点,看到了B样条是如何重绘作为控制点或控制点的权重进行调整,和功能来估算B样条与已知节点向量,给定一组嘈杂的数据点或者与已知的或未知的相关联的参数值。 至于人机交互界面,向用户显示一个数字窗口,在其中选择一个均匀B样条曲线的控制点轴。如点被放置在轴,B-样条指定顺序的逐步拉伸。用户可以终止按ENTER键或ESC键添加控制点,或者可以将最后一个控制点用鼠标右键点击。-The package comprises of a graphical
均匀三次B样条
- 三次均匀B样条,一阶导数,二阶导数程序的matlab程序,三个文件独立分开(Three uniform B splines, first derivative, two derivative procedures)
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