搜索资源列表
geometry_algorithm
- 各种关于几何的算法实现。包括 计算几何学库函数(线相交,面积等等) 寻找凸包 graham 扫描法 判断点是否在多边形内。同时包含一些测试-on various geometric algorithm. In terms of geometry library functions (lines intersect, size, etc.) for convex hull graham scanning judgment and whether the polygon. Both co
geometry_c++
- 计算几何学常用算法库 C++语言实现 代码内容 计算几何学常用算法库,包括以下算法: 确定两条线段是否相交 判断点p是否在线段上 判断点q是否在多边形Polygon内 计算多边形的面积 寻找凸包 graham 扫描法 -geometry calculation commonly used algorithm for C language code as calculated geometry commonly used algorithm li
geometry
- C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等等。
myrectangle
- 判断坐标系中矩形是否相交以及相交面积的算法
bao
- (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int
几何算法
- 一些常用的几何算法的C++实现,包括两点确定一条直线,两点间距离,点直线距离, 海伦公式求三角形面积,判断直线相交等-some common geometric algorithm C achieved, including two identified a straight line, the distance between two points, point straight distance Helen formula for triangle area, as judged strai
计算几何
- 目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 4 3. 点到线段的最近点 4 4. 点到线段所在直线的距离 4 5. 点到折线集的最近距离 4 6. 判断圆是否在多边形内 5
some-MATLAB
- 几个matlab程序 包括:计算任意相交区域面积和电场的仿真实现-Several matlab programs include: the intersection area and in arbitrary Simulation of the electric field
AETool
- 属于AE源码。在程序中对相交线的打断,对线的修剪以及合并(union)两个polygon要素。对选区区域测量其面积和周长。-AE source is. In the proceedings of the interrupted line of intersection of line cutting and union (union) of two polygon elements. Region of the constituency of its size and girth measure
Geometer
- 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
GetArea
- 本程序可以读入由任意个点构成的多边形,并计算两个多边形的最大相交面积-The program can read any number of points by the composition of the polygon, and calculate the maximum intersection area of two polygons
RectManager
- 对两个矩形是否相交的判断以及相交面积的计算-Whether the intersection of two rectangles and the intersection area calculation to determine
Circle
- 实验3类、对象以及包的使用(6学时) 1.实验内容 (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及
Topology-Chain-Model
- 基于GIS 数据库中线线空间冲突检测的需求,分析了线目标间空间关系精细化描述和计 算模型. 采用GIS 空间关系理论,利用分解组合的思想,将拓扑不变量归结为局部拓扑关系及次 序,并提出了一种将线线拓扑关系与序关系、度量关系集成描述的拓扑链模型. 结果表明:该模型 可以集成描述线目标间局部详细的拓扑关系、左右关系及相交角度、交点数量、交点距离、相交区 域面积等度量关系,可以满足GIS 数据库中的线目标间空间冲突检测的需求.-To meet the demands for detec
yuan_vc
- 求两圆相交面积 两圆半径分别问ar,br,两圆圆心距为d-Seeking two circles intersect area radius Q ar, br, two round Heart distance is d if ar+ br < d return 0 two circles from else if (fabs (ar-br),> d return area (min (ar , br)) of two circles covering else the two
interact_area.tar
- 计算任意多边形的相交面积和相并面积,用于衡量多边形的重合度(calculate the intersection area and union area of arbitrary polygon)
Calculate two intersecting rounds.rar
- 用Java程序实现两个圆相交部分的面积,输出值精确到小数点后六位(Calculate two intersecting rounds of Java programs)
mplzkfz50
- 判断坐标系中矩形是否相交以及相交面积的算法()
psitrix-packet
- 判断坐标系中矩形是否相交以及相交面积的算法()
area
- 【问题描述】 平面上有两个矩形A和B,其位置是任意的。编程求出其相交部分(如图中阴影部分)的面积。(0≤a,b≤1000)([descr iption of the problem] There are two rectangles A and B on the plane, and their positions are arbitrary. The area of the intersection part, such as the shaded part