搜索资源列表
PLine
- 画图算法,包括数值微分法、中点画圆法、Bresenham画线、画圆算法等-Drawing algorithms, including numerical differential method, the midpoint drawcircle, Bresenham line draw, drawcircle algorithm
drawline
- 本文是用VC实现的代码,用于解决画直线的问题。中点画线法-This is achieved using VC code, used to address the problem of drawing a straight line. Mid-point of drawcircle
midpoint
- 使用中点画线法画直线,是用VB画线方法中的一种。-Stipple method used in drawing a straight line is the VB method of painting a line.
BHcircle
- 数值微分(DDA)法: 设过端点P0(x0 ,y0)、P1(x1 ,y1)的直线段为L(P0 ,P1),则直线段L的斜率 L的起点P0的横坐标x0向L的终点P1的横坐标x1步进,取步长=1(个象素),用L的直线方程y=kx+b计算相应的y坐标,并取象素点(x,round(y))作为当前点的坐标。因为: yi+1 = kxi+1+b = k1xi+b+kDx = yi+kDx 所以,当Dx =1 yi+1 = yi+k。也就是说,当x
huaxian
- VC6.0MFC中点画线法表示直线程序,指定起点终点坐标,判断两个像素点是在直线的下方,上方还是直线上,从而确定该选择那一个像素点。-VC6.0MFC the dotted line represents the linear program, specify the starting point for end coordinates, to determine whether two pixels in a straight line below the top of the straigh
mx_zhao3
- 画图 可保存读取 Bresenham算法 中点画线法 数值微分法(DDA)-Paint to save the Bresenham algorithm were dotted line is read the numerical differentiation Act (DDA)
Bresenham-Lines-Mid_circle-and-so-on
- VS2008下MFC编程,实现Bresenham画线法、中点画圆、椭圆法,计算机图形学。-Under VS2008 MFC programming, Bresenham line, the midpoint Circle, Ellipse, computer graphics.
line
- 计算机图形学 中点画线法 c++编程 鼠标操作-Computer Graphics Programming dotted line c++ mouse
MATLAB
- 基于matlab的开发,中点画线法,各种k的取值,以及截图,课程实习-middle point
zinedrawing
- 实现了: DAA画线法画直线 ,中点画线法画圆 不错的-Implementation: the DAA line drawing method to draw a straight line, dotted line in the law circle is good
zhixian
- 掌握用OpenGL上机调试掌握像素的操作方法及生成直线的数值微分法、中点画线法两种算法的过程(Grasp the operation method of OpenGL computer debugging master pixel and generate numerical differential line method, midpoint line drawing method of two algorithms)
计算机图形学
- 在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo