When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Line–line intersection - Wikipedia

    en.wikipedia.org/wiki/Lineline_intersection

    Lineline intersection. In Euclidean geometry, the intersection of a line and a line can be the empty set, a point, or another line. Distinguishing these cases and finding the intersection have uses, for example, in computer graphics, motion planning, and collision detection. In three-dimensional Euclidean geometry, if two lines are not in ...

  3. Intersection (geometry) - Wikipedia

    en.wikipedia.org/wiki/Intersection_(geometry)

    For broader coverage of this topic, see Intersection (mathematics). The red dot represents the point at which the two lines intersect. In geometry, an intersection is a point, line, or curve common to two or more objects (such as lines, curves, planes, and surfaces). The simplest case in Euclidean geometry is the lineline intersection ...

  4. 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.

  5. Skew lines - Wikipedia

    en.wikipedia.org/wiki/Skew_lines

    Skew lines. Rectangular parallelepiped. The line through segment AD and the line through segment B 1 B are skew lines because they are not in the same plane. In three-dimensional geometry, skew lines are two lines that do not intersect and are not parallel. A simple example of a pair of skew lines is the pair of lines through opposite edges of ...

  6. Liang–Barsky algorithm - Wikipedia

    en.wikipedia.org/wiki/Liang–Barsky_algorithm

    The Liang–Barsky algorithm uses the parametric equation of a line and inequalities describing the range of the clipping window to determine the intersections between the line and the clip window. With these intersections it knows which portion of the line should be drawn. So this algorithm is significantly more efficient than Cohen–Sutherland.

  7. Cohen–Sutherland algorithm - Wikipedia

    en.wikipedia.org/wiki/Cohen–Sutherland_algorithm

    The intersection of the outpoint and extended viewport border is then calculated (i.e. with the parametric equation for the line), and this new point replaces the outpoint. The algorithm repeats until a trivial accept or reject occurs. The numbers in the figure below are called outcodes. An outcode is computed for each of the two points in the ...

  8. Bresenham's line algorithm - Wikipedia

    en.wikipedia.org/wiki/Bresenham's_line_algorithm

    Bresenham's line algorithm. Bresenham's line algorithm is a line drawing algorithm that determines the points of an n -dimensional raster that should be selected in order to form a close approximation to a straight line between two points. It is commonly used to draw line primitives in a bitmap image (e.g. on a computer screen), as it uses only ...

  9. Bentley–Ottmann algorithm - Wikipedia

    en.wikipedia.org/wiki/Bentley–Ottmann_algorithm

    Bentley–Ottmann algorithm. In computational geometry, the Bentley–Ottmann algorithm is a sweep line algorithm for listing all crossings in a set of line segments, i.e. it finds the intersection points (or, simply, intersections) of line segments. It extends the Shamos–Hoey algorithm, [1] a similar previous algorithm for testing whether or ...