搜索资源列表
圆弧转bezier
- 一个圆弧转Bezier线的算法-arc to a Bezier line algorithm
xinHuaTu
- Bezier程序 n个点画图的实现原程序-procedures n Bezier point to the realization of the original drawing procedure
Beziar_lineZB
- JAVA画三次贝塞尔曲线学习例题,大家快来看啊,走过千万别错过啊。-JAVA three Bezier curve drawing learning excellence, we Come see ah traveled sentiments ah.
bezierCurve
- B-spline曲線是包含Bezier曲線的通用數學表示法。
aa
- Bezier曲面的绘制 下面给出一个通过定义曲面和均匀网格绘制一个具有光照和明暗处理效果的Bezier曲面(图1)的部分主要代码: GLfloat ctrlpoints[4][4][3] = {// 控制
Bezier_curve
- 使用flash Actionscr ipt實作Bezier curves,使用者可任意指定4個座標點去畫出相對應的貝氏曲線
bezier2
- 图形学BEZIER曲线代码-graphics code
circle-with-bezier
- Drawing an ellipse using bezier curves.
itext-2.0.2
- PDF的导出组件,扩展了对菱形及贝塞尔曲线的支持-PDF export components, extends the right diamond and the support of Bezier curves
src
- java windows application to draw bezier curves
Frame
- 可分别在面板中绘制Hermite曲线,Bezier曲线和B样条曲线-Respectively in the panel drawing Hermite curve, Bezier curves and B-spline curve
bezier
- flash simple bezier curves-flash simple bezier curves
bezierLine
- flex实现的画bezier曲线的方法,可以根据鼠标移动自动刷新-flex draw bezier curve to achieve the method can automatically refresh mouse
Curve
- 科赫曲線和貝茲曲線範例,請自行下載,謝謝.-Koch curve and the Bezier curves example, please download, thank you.
Bessel
- 用AS3写的贝塞尔曲线。 包括两个文件。 -Bezier curves with AS3 written. Consists of two files.
beziergouard
- Drawing bezier curves and patches
McCurve
- Flash AS3.0 的Bezier曲线类,可以根据给定的2至4个点确定一条Bezier曲线,并可方便地实现曲线的移动,求曲线与直线,曲线与曲线的交点。-Flash AS3.0 class of Bezier curves, can be given two to four points determine a Bezier curve, the curve can easily achieve the movement of demand curve and a straight line,
bezier
- Une implémentation des courbes de Bezier en java
Bezier-curve
- 一个关于贝塞尔曲线的代码 便于android开发者使用 对于初学者学习代码 看代码很有效果-A Bezier curve code on android developers easy for beginners to learn to use the code to see the code is very effective
bezier曲线
- 绘制三阶贝塞尔曲线,通过四个点,其中两个端点和两个控制点。