搜索资源列表
Intersect Segment with Polyhedron
- 线段与凸多边行的是否相交的判断-line with the convex multilateral OK to judge whether the intersection
geometry
- C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等等。
Line
- 将数学上的线段作为一对象进行封装成类,实现两直线相交求交点等
linecross
- 判断同一平面内两线段是否相交,端点在线上,或者相离
mylineseg2
- 7. 求矢量夹角余弦 8. 求线段之间的夹角 9. 判断线段是否相交10.判断线段是否相交但不交在端点处 11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点16.判断线段是否相交,如果相交返回交点-7. For vector cosine angle 8. For the angle between the line 9. Line judge whether the intersection 10. Line
计算几何
- 目录 ㈠ 点的基本运算 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
seamintersect
- 使用两个向量的叉积来判断两条线段是否相交-The use of the cross product of two vectors to determine whether two line segments intersect
SegmentsIntersection
- 计算几何的利用叉积判断线段是否相交的算法,这个算法算法导论上有详细的介绍-The use of computational geometry plot fork intersection to determine whether segments of the algorithm, this algorithm has a detailed introduction to algorithms introduction
GEOMETRY
- 所有的与软件环境无关的函数: 1、点在线上判断 2、确定两条线段是否相交,包括端点 3、求两条线的交点 4、 判断点q是否在多边形Polygon内 等多个函数-All has nothing to do with the software environment of the function: 1, 2-point line on the judge to determine whether two line segments intersect, including th
computational_geometry
- 一些计算几何的算法,两点确定圆,判断点在多边形内,判断点在线段上,判断点在圆内,判断线段相交,判断线段在多边形内,球多变性重心,三点确定圆,寻找凸包-Algorithm of computational geometry
Geometer
- 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
testpolygon
- 返回值:输入的多边形是简单多边形,返回true 要 求:输入顶点序列按逆时针排序 说 明:简单多边形定义: 1:循环排序中相邻线段对的交是他们之间共有的单个点 2:不相邻的线段不相交 -polygon
xianduan
- 输入俩条线段的首尾坐标,用于判断俩条线段是否相交的-Used to determine whether the intersection of two line segments
lineSegmentIntersect
- 验算多条线段是否相交 数值算法高效 载于matlab官方资源站-Checking multiple wheth numerical algorithm efficient set out in Matlab official sources Station
pointlocation
- 输入为平面上一组互不相交的线段集,输出为线段集对应的梯形图和查找树结构。-Input is a set of plane segments disjoint sets, the output is set corresponding to the segment of the ladder and find a tree structure.
line-is-interact
- 算法导论里面的关于线段是否相交以及点是否在多边形内的判断的源代码,另包含一个说明文档。-Introduction to Algorithms inside as well as on line intersects the point is within the polygon to determine the source code, and the other contains a descr iption of the document.
LZXJD
- 参数: p1~p4:直线上不相同的两点 *p:通过指针返回结果 返回值:1:两直线相交;2:两直线平行 如需要判断两线段交点,检验k 和对应k 1(注释中)的值是否在0~1 之间,用在0~1 之间的那个求交点 -Parameters: p1~p4:直线上不相同的两点 P1 ~ P4: two points in a straight line. *p:通过指针返回结果 *p: the result is returned by th