搜索资源列表
Point2Line
- 一点到一直线的距离计算,各种情况都考虑进去了--GIS-1:00 of the distance has been calculated, all the circumstances are taken into account -- GIS
GetDistance
- 该程序用于求取平面问题中点到直线的距离,并且计算垂足点的坐标。
11111111
- 该判断多边形点时钟排列方向, 非常准确(不准确的还没有遇到过,快3年了)。 该函数用到的相关函数都在文档中: 1.PtoLDistance-点到直线的距离; 2.CalcPolygonRect-计算多边形外接矩形; 3.CalcSegmentRect-计算线段外接矩形; 4.Distance-计算两点距离; 5.ISZEROA-判断数值是否为零; 该函数数据类型为Windows的POINT,使用了标准模板
mylineseg
- 线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内7. 求矢量夹角余弦 8. 求线段之间的夹角9. 判断线段是否相交10.判断线段是否相交但不交在端点处11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点 16.判断线段是否相
空间点到直线距离的几种求法
- 空间点到直线距离的几种求法
mylineseg
- 线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内7. 求矢量夹角余弦 8. 求线段之间的夹角9. 判断线段是否相交10.判断线段是否相交但不交在端点处11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点 16.判断线段是否相
GetDistance
- 该程序用于求取平面问题中点到直线的距离,并且计算垂足点的坐标。-The procedure to strike a plane problem for the mid-point to the straight-line distance, and calculate the coordinates of points狩痣.
11111111
- 该判断多边形点时钟排列方向, 非常准确(不准确的还没有遇到过,快3年了)。 该函数用到的相关函数都在文档中: 1.PtoLDistance-点到直线的距离; 2.CalcPolygonRect-计算多边形外接矩形; 3.CalcSegmentRect-计算线段外接矩形; 4.Distance-计算两点距离; 5.ISZEROA-判断数值是否为零; 该函数数据类型为Windows的POINT,使用了标准模板
point_to_line
- 计算点到直线的距离.输入两点坐标确定一个直线,再输入一个点的坐标,计算该点到直线的距离.-Calculated point to the straight line distance. Enter the coordinates of two points determine a straight line, and then input the coordinates of a point, to calculate the stra
Geometer
- 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角余弦 8. 求线段之间的夹角 9. 判断线段是否相交 10.判断线段是否相交但不交在端点处 11.求点关于某直线的对称点 12.判断两条直线是否相交及求直线交点
Geometer
- 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最
p01
- 1、设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类、工商银行类和农业银行类。每个类都包含一个私有数据balance,用于存放储户在该行的存款数,另有一个友元函数total用于计算储户在这3家银行中的总存款数。 2、设计一个程序,其中有2个类,Point类为点类,包含2个私有数据x和y,表示点的坐标,line类为直线类,包含3个私有数据a,b和c,表示直线方程ax+by+c=0。另有一个友元函数di
12
- 已知点 然后求点到直线的距离 有几个点的问题-Known points and then find the distance between point to a line there are several points of
IDWUtil
- Java实现的反距离加权插值算法以及点到直线的距离。-Java implementation of inverse distance weighted interpolation algorithm and the distance from point to line.
distPoint2Line
- 求到直线的距离 直线包括垂直坐标系下任何直线-distance of point to line
Lesson1Frame
- 在计算机建模中,用OPENGL的方法,计算点到直线的距离。-In computer modeling, using OPENGL method in calculating the points to the straight line distance.
distance
- 求点到直线的距离,控制台实现,可直接使用VC6.0打开。-distance of line and point
DistancePointTOLine
- 已知三维空间直线上的两点,求取线外一点到直线的距离-Known three dimensional straight line on the two points, to take a point outside the line to a straight line
LineChkPoint
- 点到直线的最短距离的判断 点(x0,y0) 到由两点组成的线段(x1,y1) ,( x2,y2 )(The point of judging the shortest distance from a point to a straight line (x0, Y0) is the line segment (x1, Y1) consisting of two points, (X2, Y2).)
Desktop
- 简单的算法实现线段到线段的距离以及直线到直线的距离,在VC++6.0上直接运行(Simple algorithm to realize the distance between line segment and line segment and the distance from straight line to straight line, and run directly on VC++6.0.)