To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Line–sphere intersection

From Wikipedia, the free encyclopedia

The three possible line-sphere intersections:
1. No intersection.
2. Point intersection.
3. Two point intersection.

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

  1. No intersection at all
  2. Intersection in exactly one point
  3. 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.[1]

YouTube Encyclopedic

  • 1/3
    Views:
    2 055
    1 211
    8 385
  • Intersection of Sphere and Line.How to find it | Solid Geometry | B.A, B.Sc. Maths
  • Sphere Part 8/ intersection of Sphere and line
  • Intersection of Sphere and Line | Sphere B.A/B.Sc 1st Year (L-7) | By Ak

Transcription

Calculation using vectors in 3D

In vector notation, the equations are as follows:

Equation for a sphere

  •  : points on the sphere
  •  : center point
  •  : radius of the sphere

Equation for a line starting at

  •  : points on the line
  •  : origin of the line
  •  : distance from the origin of the line
  •  : direction of line (a non-zero vector)

Searching for points that are on the line and on the sphere means combining the equations and solving for , involving the dot product of vectors:

Equations combined
Expanded and rearranged:
The form of a quadratic formula is now observable. (This quadratic equation is an instance of Joachimsthal's equation.[2])
where
Simplified
Note that in the specific case where is a unit vector, and thus , we can simplify this further to (writing instead of to indicate a unit vector):
  • If , then it is clear that no solutions exist, i.e. the line does not intersect the sphere (case 1).
  • If , then exactly one solution exists, i.e. the line just touches the sphere in one point (case 2).
  • If , two solutions exist, and thus the line touches the sphere in two points (case 3).

See also

References

  1. ^ Eberly, David H. (2006). 3D game engine design: a practical approach to real-time computer graphics, 2nd edition. Morgan Kaufmann. p. 698. ISBN 0-12-229063-1.
  2. ^ "Joachimsthal's Equation".
This page was last edited on 16 April 2024, at 13:27
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.