搜索资源列表
Curves
- bezier,B样条,Cardinal算法画曲线,bezier和B样条画曲面-bezier, B-spline, Cardinal algorithms draw curves, bezier and B-spline surfaces painted
CardinalTest
- Spline类就是Cardinal样条曲线了,这个类里面记录了4个控制点:m_startControlPoint, m_startPoint, m_endPoint, m_endControlPoint, 分别按顺序对应Pk-1, Pk, Pk+1, Pk+2, 由于Cardinal是用多个线段去模拟曲线,所以我们在这里取20个点,这样,在Pk 和 Pk+1之间,有20个样本点,用画直线的方法将这些点按顺序连起来,连成的曲线段就是我们所要的Cardinal 曲线了-Spline class is
base_yangtiao
- vc绘制基数样条的程序源码,希望对大家有所帮助-vc cardinal spline drawing program source code, we want to help
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
CSpline
- 利用Cardinal绘制样条曲线。传入控制点坐标生成插值点坐标-Cardinal Line
project
- 用户标注点击鼠标留下控制点,生成样条曲线 -Cardinal line
CarRunning
- Qt编写小车运动动画:鼠标绘制路径关键点;Cardinal样条曲线插值计算,自动生成路径;小车能控制初速度和加速度,能随曲线起伏运动。-Qt write trolley motion animation: the mouse to draw a path key point Cardinal spline interpolation calculation, automatic generation path control car early speed and acceleration,
CSpline
- 一个简单的cardinal spline程序,可以显示插值完成的样条曲线,并添加小车运动动画。(A simple cardinal spline program that can display the interpolated spline curve and add a car motion animation.)
cardinal
- Qt Creator 5.3.2@windows 10 选用Cardinal样条曲线表示运动路径 在路径曲线上放置一小汽车,使其在路径上运动起来,汽车速度可调(Qt Creator 5.3.2@windows 10)