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. Common point (s) shared by two lines in Euclidean geometry. Two intersecting lines. 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 ...

  3. Y-intercept - Wikipedia

    en.wikipedia.org/wiki/Y-intercept

    Y-intercept. Graph with the -axis as the horizontal axis and the -axis as the vertical axis. The -intercept of is indicated by the red dot at . In analytic geometry, using the common convention that the horizontal axis represents a variable and the vertical axis represents a variable , a -intercept or vertical intercept is a point where the ...

  4. Intersection (geometry) - Wikipedia

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

    The simplest case in Euclidean geometry is the lineline intersection between two distinct lines, which either is one point (sometimes called a vertex) or does not exist (if the lines are parallel). Other types of geometric intersection include: Line–plane intersection. Line–sphere intersection.

  5. Line (geometry) - Wikipedia

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

    e. In geometry, a straight line, usually abbreviated line, is an infinitely long object with no width, depth, or curvature, an idealization of such physical objects as a straightedge, a taut string, or a ray of light. Lines are spaces of dimension one, which may be embedded in spaces of dimension two, three, or higher.

  6. Slope - Wikipedia

    en.wikipedia.org/wiki/Slope

    Slope illustrated for y = (3/2)x − 1.Click on to enlarge Slope of a line in coordinates system, from f(x) = −12x + 2 to f(x) = 12x + 2. The slope of a line in the plane containing the x and y axes is generally represented by the letter m, [5] and is defined as the change in the y coordinate divided by the corresponding change in the x coordinate, between two distinct points on the line.

  7. Line coordinates - Wikipedia

    en.wikipedia.org/wiki/Line_coordinates

    A linear equation in line coordinates has the form al + bm + c = 0, where a, b and c are constants. Suppose (l, m) is a line that satisfies this equation. If c is not 0 then lx + my + 1 = 0, where x = a / c and y = b / c, so every line satisfying the original equation passes through the point (x, y). Conversely, any line through (x, y ...

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

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