CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 点在 多边形内 判断

搜索资源列表

  1. geometry_algorithm

    1下载:
  2. 各种关于几何的算法实现。包括 计算几何学库函数(线相交,面积等等) 寻找凸包 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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12437
    • 提供者:changxia
  1. Point_In_Polygon

    1下载:
  2. 用VC实现判断点是否在多边形内优化的算法-with VC whether a judge within the polygon optimization algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:88776
    • 提供者:shuxiangyuan
  1. polygon_point

    1下载:
  2. 判断点是否在多变形内: 先画一个多边形 然后判断,如果在多边形内,显示“N” 如果在多边形外,显示“W”-in judgment over whether a deformation : the first draw a polygon then judge if the polygon, show "N" If the polygon, shows that the "W"
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:63299
    • 提供者:zt
  1. IsPtInRgn

    1下载:
  2. 点在多边形内的判断,这是一个很简单、容易理解的东西,不明白的可以问我.gis_boy@hotmail.com-points in the polygon judgment, this is a very simple, easy to understand things. do not understand, I can ask. gis_boy@hotmail.com
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:938
    • 提供者:陈财
  1. cagd_arithmetic

    2下载:
  2. 怒火之袍的贡献,有算法介绍如判断点是否在线段上、判断两线段是否相交、判断线段和直线是否相交、判断点是否在多边形中、判断线段是否在多边形内、计算点到线段的最近点、计算点到圆的最近距离及交点坐标、计算两条共线的线段的交点、求线段或直线与圆的交点、凸包的求法等等,图文并茂-Army's contribution to the gowns, as introduced algorithm to determine the point of whether online, to judge whe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:37924
    • 提供者:漫步者
  1. 多边形内外判断

    1下载:
  2. 判断点在多边形内还是外的例程-judgment in the polygon points inside or outside the routines
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:467848
    • 提供者:杨洋
  1. Geometer.rar

    1下载:
  2. 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角余弦 8. 求线段之间的夹角 9. 判断线段是否相交 10.判断线段是否相交但不交在端点处 11.求点关于某直线的对称点 12.判断两条直线是否相交及求直线交点 13.判断线段是否相交,
  3. 所属分类:Windows Develop

    • 发布日期:2016-02-07
    • 文件大小:5541
    • 提供者:天蓝
  1. PointInPolygon

    1下载:
  2. 这是一个判断点是否在多边形内的很漂亮的算法。-This is a point to determine whether the polygon is very beautiful algorithms.
  3. 所属分类:Other windows programs

    • 发布日期:2016-02-07
    • 文件大小:922
    • 提供者:陈晓斌
  1. test

    1下载:
  2. 点在多边形内判断,思想:点的做射线与多边形的交点个数。-Point in polygon judge thought: point to do ray intersection and the number of polygons.
  3. 所属分类:Console

    • 发布日期:2016-02-07
    • 文件大小:1289
    • 提供者:青台
  1. Todeterminewhetherthepolygonpoints

    1下载:
  2. 利用射线法判断点是否在多边形内,算法的执行效率高-To determine whether the polygon points
  3. 所属分类:Special Effects

    • 发布日期:2016-02-07
    • 文件大小:2126
    • 提供者:shasha12345
  1. maomao

    0下载:
  2. 判断点是否在多边形内的射线算法c++代码-To determine point-in-polygon-ray algorithm c++ code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-25
    • 文件大小:266179
    • 提供者:chegnyangmao
  1. computational_geometry

    0下载:
  2. 一些计算几何的算法,两点确定圆,判断点在多边形内,判断点在线段上,判断点在圆内,判断线段相交,判断线段在多边形内,球多变性重心,三点确定圆,寻找凸包-Algorithm of computational geometry
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:10869
    • 提供者:ltryee
  1. Geometer

    0下载:
  2. 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5582
    • 提供者:贺晨
  1. InclusionTest

    1下载:
  2. 计算机图形学点在多边形内/外的判断,给出了一个例子,可以画任意的多边形,判断点是否在多边形内,可直接运行。-Computer graphics point in polygon inside/outside of the judge is given an example, you can draw an arbitrary polygon, point to determine whether the polygon can be directly run.
  3. 所属分类:Other windows programs

    • 发布日期:2016-02-07
    • 文件大小:181240
    • 提供者:david huang
  1. All

    1下载:
  2. 点在多边形内外的自动判断小程序,简单但是使用-Point in polygon automatically determine within and outside the applet, simple but with
  3. 所属分类:Other windows programs

    • 发布日期:2016-02-07
    • 文件大小:72489
    • 提供者:韩帅
  1. dot-line

    1下载:
  2. 判断点在角内、点在多边形内,计算点间、点到直线、到线段距离等vb源程序-Determine the point in the corner, the points in the polygon, calculated point, the point to the straight line distance to other vb source
  3. 所属分类:Algorithm

    • 发布日期:2016-02-07
    • 文件大小:7168
    • 提供者:lfn
  1. hduobianxing

    0下载:
  2. 判断点在多边形内,射线与多边形交点奇数个为内,-Determine the point in polygon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:646
    • 提供者:fhuu68
  1. 1

    0下载:
  2. 计算几何——凸多边形判断+点在多边形内判断+求点到直线距离-Computational Geometry- convex polygon judgment+ points within the polygon points to determine the linear distance+ request
  3. 所属分类:File Formats

    • 发布日期:2017-04-30
    • 文件大小:16091
    • 提供者:俊杰
  1. JudgePointInPolygon

    0下载:
  2. 窗体实现多边形绘制并判断点是否在多边形内(Form to achieve polygon drawing, and determine whether the points in the polygon)
  3. 所属分类:C#编程

    • 发布日期:2017-12-27
    • 文件大小:75776
    • 提供者:咪咕噜咚
  1. 判断点是否在多边形内

    1下载:
  2. matlab代码,判断二维空间中点是否在任意多边形内,包括凸多边形和凹多边形。
  3. 所属分类:Windows编程

« 12 3 »
搜珍网 www.dssz.com