搜索资源列表
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.
dutch
- 计算图形学,包含该学科常用的一些算法,如判断点是否在多边形内-Calculation of graphics, including the subject of some commonly used algorithms, such as to determine whether the polygon points and so on
Geometry
- 用C++语言实现的各种计算几何算法, 如判断点是否在多边形内, 多边形凸凹性判断, 寻找点集凸包的卷包裹法,求简单多边形的重心,求从多边形外一点出发到该多边形的切线,判断线段是否相交等等! -Using C++ language implementation of a variety of computational geometry algorithms, such as point to determine whether the polygon, the polygon convexity
123456
- 判断点是否在多边形内,先画出任意多边形,然后再点一点,会以消息框显示点是否在多边形内-point is whether in the polygon
maomao
- 判断点是否在多边形内的射线算法c++代码-To determine point-in-polygon-ray algorithm c++ code
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.
WTLSelectionWindow
- 用VC++实现了一个小算法,能够判断屏幕上的点在一个多边形外还是多边形内。使用VC++ 2008开发,用到了WTL。-Using VC++ implements a small algorithm, able to determine the point on the screen outside in a polygon or a polygon. Use VC++ 2008 development and use of the WTL.
All
- 点在多边形内外的自动判断小程序,简单但是使用-Point in polygon automatically determine within and outside the applet, simple but with
Judgement
- 一个绝对完美的利用平行于y轴的射线法判断输入的点是否在输入的多边形内或外或边上的小程序-The use of an absolutely perfect parallel to the y-axis ray method to determine whether the input point within or outside the input polygon or edge of a small program
CPolygon
- 定义了平面多边形类。 其中包括了多边形的很多方法:中心三角化,迪落尼三角化,判断对角线是否在多边形内,等。-Define a plane polygon class Including many polygon method: whether the center triangulation, Di off the Niger Delta, judgment diagonal within the polygon, etc..
TTestMinvexCoh
- 求点集的最小凸包Graham算法。给定平面上的一个点集,找出一个最小点集顺次连结形成一个个凸多边形,使得点集中的点皆在此多边形内或此多边形上,这个凸多边形就是给定点集的二维凸包。 -Demand point set minimum the convex hull Graham algorithm. Given a set of points in the plane, to identify a minimal set of points sequential links forming a
isInAngle
- 判定某点是否在某一系列点围成的封闭多边形内-Determine a point surrounded in a series of closed polygons.
duobianxingnei
- 判断点是否在多边形内,算法经典,利用常用的射线法实现。-The code applys to judge whether the point is in the polygon.
Geometry
- 包含了点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 5 7. 求
一个算法
- 实现任意多边形内圆计算。引用于SZF老师(Realize the calculation of the inner circle of any polygon)
JudgePointInPolygon
- 窗体实现多边形绘制并判断点是否在多边形内(Form to achieve polygon drawing, and determine whether the points in the polygon)
判断点是否在多边形内
- matlab代码,判断二维空间中点是否在任意多边形内,包括凸多边形和凹多边形。