搜索资源列表
Bezier
- 实现bezier曲线画法,为三次-Bezier curve drawing method of realization for the three
Bezier
- bezier曲线的算法以及相应的程序实现-bezier curve algorithm and the corresponding program
B
- bezier曲面和曲线的算法及vc下程序实现-surfaces and bezier curve algorithm and procedures to achieve under vc
m
- matlab在计算机图形学中的应用,给出了部分bezier曲线的程序-matlab in computer graphics applications, given some of the procedures bezier curve
q
- bezier曲线绘图算法以及相应的程序开发-bezier curve drawing algorithm and the corresponding development
Soccerrobotbasedontheshortestpathplanningattacks.r
- 基于时间最短的足球机器人进攻路径规划,:足球机器人 进攻 路径 Bezier 曲线 比赛环境-Soccer robot based on the shortest path planning attacks,: soccer robot attack path Bezier curve game environment
bezier-curve
- 曲线之美 贝赛尔曲线 matlab实现 -beauty of the curve bezier curve
The-conversion-matrix
- 本文研究了bezier曲线与b样条曲线间的转换矩阵的生成-This paper studies the transformation matrix between the bezier curve with b-spline curve generated
Microsoft-Word
- 贝塞尔曲线是由两个控制点而不仅是由一个控制点来定义的,所有可以创造出更加复杂的曲度来-Bezier curve is controlled by two control points and a control point is not defined, all can create a more complex curvature to
bezier
- bezier曲线的相关实验报告。详细地描述了完成杯子尔曲线的代码及相关开发思想-experiments reported bezier curve. Detailed descr iption of the completion of the cup Seoul curve code and related development thinking
Bezier.pdf
- The Bézier curve is one of the most commonly used parametric curves in CAGD and Computer Graphics and has many good properties for shape design. Developing more convenient techniques for designing and modifying Bézier curve is an im- portant prob
suanfa
- 图像轮廓的三次Bézier曲线拟合方法研究,很好的轮廓拟合方法-Study Cubic Bezier curve fitting method outline image, a good outline Fitting
1
- 曲线的定义有四个点:起始点、终止点(也称锚点)以及两个相互分离的中间点。滑动两个中间点,贝塞尔曲线的形状会发生变化-There are four points to define the curve: the starting point, end point (also known as the anchor) and an intermediate point between the two separated each other. Slide the two intermediate
particleEffect
- 用贝塞尔曲线实现粒子效果。粒子会根据当前画板中绘制的路线进行移动。计入应用后,任意绘制一条曲线,点击开始,会有粒子跟随路径不停的移动-Bezier curve to achieve the effect of the particles. The particles will move in the path of the current drawn Sketchpad. After factoring application, any draw a curve, click Start, wi
++三次样条插值和贝塞尔曲线实例程序
- this document is including the algorithm of the Bezier curve, and also including the code of this curve.