搜索资源列表
ddanew1
- 实现三种画线方法及画圆,DDA画线,中点画线,BRESENHAM画线法,可画任意直线及圆弧和圆
gongchengquxian
- 本程序通过VC++.NET编程,实现了三点画弧和两点画弧,游圆弧曲线的绘制方法
ddanew1
- 实现三种画线方法及画圆,DDA画线,中点画线,BRESENHAM画线法,可画任意直线及圆弧和圆-Draw a line to achieve the three methods and drawcircle, DDA painting line, in line stipple, BRESENHAM Line Act, may be painting a straight line and arc and arbitrary round
gongchengquxian
- 本程序通过VC++.NET编程,实现了三点画弧和两点画弧,游圆弧曲线的绘制方法-This procedure adopted VC++. NET programming, to achieve a three-point arc and two paintings paintings arc, You arc curve drawing method
vb-line
- vb三点画圆弧--line方法,自动根据三个点画出圆弧-vb three-point arc drawing- line method, automatically draw the three-point arc
111
- 采用数字积分法画直线、圆弧,左键点三个点画圆弧,右键点两点画直线-Digital integration draw a straight line, arc, three dotted arc left point, right point two points draw a straight line
3-stippled-arc
- 3点画弧,三点绘制圆弧就是已知三点,通过这三点画圆弧。在画圆弧时先选择三点绘制圆弧命令,然后选定圆弧的起点(第一点)、再选定第二点、最后选定终点(第三点),三点绘制圆弧完成。在选择起点、第二点和终点时,可以按顺时针方向选取,也可以按逆时针方向选取。-3 stipple arc, three three-point arc is drawn is known, an arc through three points. When drawi
3ptarc
- 在AutoCAD 平台下使用 Autolisp 三点画圆弧,考虑了顺逆时针方向问题.(Autolisp 3 points draw arc)
Three point arc drawing matlab program
- 三点画弧matlab程序,通过输入三个点的坐标实现圆弧绘制