搜索资源列表
IsPtInRgn
- 点在多边形内的判断,这是一个很简单、容易理解的东西,不明白的可以问我.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
多边形内外判断
- 判断点在多边形内还是外的例程-judgment in the polygon points inside or outside the routines
C#射线法
- c#实现的点是否在多边形内的射线算法。核心算法已可以无问题运行,只需要对数据导入稍做改动即可使用。
Geometer.rar
- 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角余弦 8. 求线段之间的夹角 9. 判断线段是否相交 10.判断线段是否相交但不交在端点处 11.求点关于某直线的对称点 12.判断两条直线是否相交及求直线交点 13.判断线段是否相交,
PointInPolygon
- 这是一个判断点是否在多边形内的很漂亮的算法。-This is a point to determine whether the polygon is very beautiful algorithms.
test
- 点在多边形内判断,思想:点的做射线与多边形的交点个数。-Point in polygon judge thought: point to do ray intersection and the number of polygons.
Todeterminewhetherthepolygonpoints
- 利用射线法判断点是否在多边形内,算法的执行效率高-To determine whether the polygon points
duobianxing
- C语言中实现点在多边形内算法 C语言中实现点在多边形内算法-C language to achieve points in polygon algorithm in C language to achieve points in polygon algorithm
maomao
- 判断点是否在多边形内的射线算法c++代码-To determine point-in-polygon-ray algorithm c++ code
computational_geometry
- 一些计算几何的算法,两点确定圆,判断点在多边形内,判断点在线段上,判断点在圆内,判断线段相交,判断线段在多边形内,球多变性重心,三点确定圆,寻找凸包-Algorithm of computational geometry
Geometer
- 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
InclusionTest
- 计算机图形学点在多边形内/外的判断,给出了一个例子,可以画任意的多边形,判断点是否在多边形内,可直接运行。-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.
All
- 点在多边形内外的自动判断小程序,简单但是使用-Point in polygon automatically determine within and outside the applet, simple but with
point
- 关于点在多边形内的一个实现,即射线法。C语言实现的。-Point in the polygon on a realization that ray method. C language implementation.YES.
dot-line
- 判断点在角内、点在多边形内,计算点间、点到直线、到线段距离等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
hduobianxing
- 判断点在多边形内,射线与多边形交点奇数个为内,-Determine the point in polygon
1
- 计算几何——凸多边形判断+点在多边形内判断+求点到直线距离-Computational Geometry- convex polygon judgment+ points within the polygon points to determine the linear distance+ request
JudgePointInPolygon
- 窗体实现多边形绘制并判断点是否在多边形内(Form to achieve polygon drawing, and determine whether the points in the polygon)
AreaDistanceToolsUtils
- 经度在围成多边形内,用于GIS计算1111111111111111111(The longitude is within the polygon)
判断点是否在多边形内
- matlab代码,判断二维空间中点是否在任意多边形内,包括凸多边形和凹多边形。