Line–sphere intersection in the context of Ray tracing (graphics)


Line–sphere intersection in the context of Ray tracing (graphics)

Line–sphere intersection Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Line–sphere intersection in the context of "Ray tracing (graphics)"


⭐ Core Definition: Line–sphere intersection

In analytic geometry, a line and a sphere can intersect in three ways:

  1. no intersection at all,
  2. intersection at exactly one point, and
  3. intersection at 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.

↓ Menu
HINT:

In this Dossier

Line–sphere intersection in the context of Intersection (geometry)

In geometry, an intersection between geometric objects (seen as sets of points) 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 line–line 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:

Determination of the intersection of flats – linear geometric objects embedded in a higher-dimensional space – is a simple task of linear algebra, namely the solution of a system of linear equations. In general the determination of an intersection leads to non-linear equations, which can be solved numerically, for example using Newton iteration. Intersection problems between a line and a conic section (circle, ellipse, parabola, etc.) or a quadric (sphere, cylinder, hyperboloid, etc.) lead to quadratic equations that can be easily solved. Intersections between quadrics lead to quartic equations that can be solved algebraically.

View the full Wikipedia page for Intersection (geometry)
↑ Return to Menu

Line–sphere intersection in the context of Intersection (Euclidean geometry)

In geometry, an intersection between geometric objects (seen as sets of points) 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 line–line intersection between two distinct lines, which either is one point (sometimes called a vertex) or empty (if the lines are parallel). Other types of geometric intersection include:

Determination of the intersection of flats – linear geometric objects embedded in a higher-dimensional space – is a simple task of linear algebra, namely the solution of a system of linear equations. In general the determination of an intersection leads to non-linear equations, which can be solved numerically, for example using Newton iteration. Intersection problems between a line and a conic section (circle, ellipse, parabola, etc.) or a quadric (sphere, cylinder, hyperboloid, etc.) lead to quadratic equations that can be easily solved. Intersections between quadrics lead to quartic equations that can be solved algebraically.

View the full Wikipedia page for Intersection (Euclidean geometry)
↑ Return to Menu