Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - polygon line
Search - polygon line - List
代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method, Bresenham) and Circle algorithm (including midpoint, Bresenham) and polygon filling (including edge filling, seed filling, Filled with scanning) transform two-dimensional polygon, polygon reduction, and other functions. According to various control options. then the achievement of the algorithm.
Date : 2008-10-13 Size : 224.23kb User : 刘晴

地理信息系统中, 对线段,多边形等位置信息的分析, 主要方便了地理信息元素的比对-geographic information system, the line, polygon, etc. location information analysis, convenient for the main elements of the geographic information than right
Date : 2008-10-13 Size : 699byte User : kang

代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method, Bresenham) and Circle algorithm (including midpoint, Bresenham) and polygon filling (including edge filling, seed filling, Filled with scanning) transform two-dimensional polygon, polygon reduction, and other functions. According to various control options. then the achievement of the algorithm.
Date : 2025-12-16 Size : 224kb User : 刘晴

地理信息系统中, 对线段,多边形等位置信息的分析, 主要方便了地理信息元素的比对-geographic information system, the line, polygon, etc. location information analysis, convenient for the main elements of the geographic information than right
Date : 2025-12-16 Size : 1kb User : kang

DL : 0
mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆")) mp2.add(new MenuItem("多边形逼近圆")) mp2.add(new MenuItem("中点画圆")) mp2.addActionListener(this) -mpl.add (new MenuItem ( DDA line drawing )) mpl.add (new MenuItem ( in the line stipple )) mpl.add (new MenuItem ( Bresenham line drawing )) mpl.addActionListener (this) mp2 = new Menu ( Circle ) mp.add (mp2) mp2.add (new MenuItem ( drawcircle formula )) mp2.add (new MenuItem ( Polygon approximation circle )) mp2.add (new MenuItem ( midpoint drawcircle )) mp2.addActionListener (this)
Date : 2025-12-16 Size : 6kb User : 李默

用第归计算多边形的面积,如果是四边形,就把它切成两个三角形,总之,只计算三角形的面积,然后把所有三角形的面积加起来就是总面积-The area of a polygon in Cartesian space is to be calculated. Each vertex of the polygon is at a coordinate (x,y). A polygon can be divided in half creating 2 sub polygons by adding a line between 2 non-adjacent vertices and the area of the original polygon is the sum of the area of the sub polygons. When a polygon contains 3 sides, it is a triangle for which a formula can be applied to calculate the area given the coordinates of the vertices.
Date : 2025-12-16 Size : 8kb User : lai ni

DL : 0
图形绘制:直线 虚线 多边形 圆 绘图设置:设置线宽 颜色 功能:剪裁 平移-Rendering: Drawing a straight line dashed circle polygon settings: Set the color line width function: tailoring translation
Date : 2025-12-16 Size : 3kb User : 陶钧华

JAVA画图板,鼠标画点画线,可以画多边形,交互式界面-JAVA drawing board, mouse stipple line, polygon drawing, interactive interface
Date : 2025-12-16 Size : 77kb User : 章章

DL : 0
根据输入点组成线和面,并计算组成的凸多边形的质心、面积、是否和指定线交叉等-The input lines of dots and the surface, and calculate the composition of the convex polygon centroid, area, and whether the specified line cross, etc.
Date : 2025-12-16 Size : 9kb User : cao

leaflet 绘制工具类,用于绘制相关的多边形以及线、点面-Leaflet drawing tool class, used to draw the relevant polygon and line, point surface
Date : 2025-12-16 Size : 236kb User : 陈鹏
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.