enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Zassenhaus algorithm - Wikipedia

    en.wikipedia.org/wiki/Zassenhaus_algorithm

    In mathematics, the Zassenhaus algorithm [1] is a method to calculate a basis for the intersection and sum of two subspaces of a vector space. It is named after Hans Zassenhaus, but no publication of this algorithm by him is known. [2] It is used in computer algebra systems. [3]

  3. Intersection (geometry) - Wikipedia

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

    intersection of two polygons: window test. If one wants to determine the intersection points of two polygons, one can check the intersection of any pair of line segments of the polygons (see above). For polygons with many segments this method is rather time-consuming. In practice one accelerates the intersection algorithm by using window tests ...

  4. Minkowski addition - Wikipedia

    en.wikipedia.org/wiki/Minkowski_addition

    For two convex polygons P and Q in the plane with m and n vertices, their Minkowski sum is a convex polygon with at most m + n vertices and may be computed in time O(m + n) by a very simple procedure, which may be informally described as follows. Assume that the edges of a polygon are given and the direction, say, counterclockwise, along the ...

  5. Distance from a point to a line - Wikipedia

    en.wikipedia.org/wiki/Distance_from_a_point_to_a...

    Let (m, n) be the point of intersection of the line ax + by + c = 0 and the line perpendicular to it which passes through the point (x 0, y 0). The line through these two points is perpendicular to the original line, so =.

  6. Line–line intersection - Wikipedia

    en.wikipedia.org/wiki/Line–line_intersection

    Assume that we want to find intersection of two infinite lines in 2-dimensional space, defined as a 1 x + b 1 y + c 1 = 0 and a 2 x + b 2 y + c 2 = 0. We can represent these two lines in line coordinates as U 1 = (a 1, b 1, c 1) and U 2 = (a 2, b 2, c 2). The intersection P′ of two lines is then simply given by [4]

  7. Intersection curve - Wikipedia

    en.wikipedia.org/wiki/Intersection_curve

    The intersection of two planes. The analytic determination of the intersection curve of two surfaces is easy only in simple cases; for example: a) the intersection of two planes, b) plane section of a quadric (sphere, cylinder, cone, etc.), c) intersection of two quadrics in special cases. For the general case, literature provides algorithms ...

  8. Möller–Trumbore intersection algorithm - Wikipedia

    en.wikipedia.org/wiki/Möller–Trumbore...

    The Möller–Trumbore ray-triangle intersection algorithm, named after its inventors Tomas Möller and Ben Trumbore, is a fast method for calculating the intersection of a ray and a triangle in three dimensions without needing precomputation of the plane equation of the plane containing the triangle. [1]

  9. Line–sphere intersection - Wikipedia

    en.wikipedia.org/wiki/Line–sphere_intersection

    Intersection in two points. Methods for distinguishing these cases, and determining the coordinates for the points in the latter cases, are useful in a number of circumstances. For example, it is a common calculation to perform during ray tracing .