When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Distance from a point to a line - Wikipedia

    en.wikipedia.org/.../Distance_from_a_point_to_a_line

    The distance (or perpendicular distance) from a point to a line is the shortest distance from a fixed point to any point on a fixed infinite line in Euclidean geometry. It is the length of the line segment which joins the point to the line and is perpendicular to the line. The formula for calculating it can be derived and expressed in several ways.

  3. Closest pair of points problem - Wikipedia

    en.wikipedia.org/wiki/Closest_pair_of_points_problem

    The closest pair of points problem or closest pair problem is a problem of computational geometry: given points in metric space, find a pair of points with the smallest distance between them. The closest pair problem for points in the Euclidean plane [ 1 ] was among the first geometric problems that were treated at the origins of the systematic ...

  4. Nearest neighbor search - Wikipedia

    en.wikipedia.org/wiki/Nearest_neighbor_search

    The performance of this algorithm is nearer to logarithmic time than linear time when the query point is near the cloud, because as the distance between the query point and the closest point-cloud point nears zero, the algorithm needs only perform a look-up using the query point as a key to get the correct result.

  5. Taxicab geometry - Wikipedia

    en.wikipedia.org/wiki/Taxicab_geometry

    In taxicab geometry, the distance between any two points equals the length of their shortest grid path. This different definition of distance also leads to a different definition of the length of a curve, for which a line segment between any two points has the same length as a grid path between those points rather than its Euclidean length.

  6. Euclidean distance - Wikipedia

    en.wikipedia.org/wiki/Euclidean_distance

    The distance from a point to a plane in three-dimensional Euclidean space [7] The distance between two lines in three-dimensional Euclidean space [8] The distance from a point to a curve can be used to define its parallel curve, another curve all of whose points have the same distance to the given curve. [9]

  7. Line–line intersection - Wikipedia

    en.wikipedia.org/wiki/Lineline_intersection

    In order to find the intersection point of a set of lines, we calculate the point with minimum distance to them. Each line is defined by an origin a i and a unit direction vector nĖ‚ i . The square of the distance from a point p to one of the lines is given from Pythagoras:

  8. Skew lines - Wikipedia

    en.wikipedia.org/wiki/Skew_lines

    The nearest points and form the shortest line segment joining Line 1 and Line 2: d = ‖ c 1 − c 2 ‖ . {\displaystyle d=\Vert \mathbf {c_{1}} -\mathbf {c_{2}} \Vert .} The distance between nearest points in two skew lines may also be expressed using other vectors:

  9. Euclidean shortest path - Wikipedia

    en.wikipedia.org/wiki/Euclidean_shortest_path

    There are many results on computing shortest paths which stays on a polyhedral surface. Given two points s and t, say on the surface of a convex polyhedron, the problem is to compute a shortest path that never leaves the surface and connects s with t. This is a generalization of the problem from 2-dimension but it is much easier than the 3 ...