- Line-plane intersection
1. No intersection.
2. Point intersection.
3. Line intersection.In analyticgeometry , the intersection of a line and a plane can be theempty set , a point, or a line. Distinguishing these cases, and determining equations for the point and line in the latter cases have use, for example, incomputer graphics ,motion planning , andcollision detection .Parametric form
A line is described by all points that are a given direction from a point. Thus a line can be represented as
:
where and are two distinct points along the line.
Similarly a plane can be represented as
:
where , are three points in the plane which are not co-linear.
The point at which the line intersects the plane is therefore described by setting the line equal to the plane in the parametric equation::This can be simplified to:which can be expressed in matrix form as::
The point of intersection is then equal to:
If the line is parallel to the plane then the vectors , , and will be
linearly dependent and the matrix will be singular. This situation will also occur when the line lies in the plane.If the solution satisfies the condition , then the intersection point is on the line between and .
If the solution satisfies:then the intersection point is in the plane inside the triangle spanned by the three points , and .
This problem is typically solved by expressing it in matrix form, and inverting it::
Algebraic form
The plane can also be defined by :where is a point on the plane and is a normal to the plane. A normal can be found by taking the
cross product and .Combining with the equation for the line gives:and :
In term of coordinates, if then the equation of the plane is:and:
If the direction of the line is perpendicular to the normal then the denominator will be zero. If the line lies in the plane then both numerator and denominator will be zero, the equation is satisfied by all values of "t".
Uses
In the
ray tracing method ofcomputer graphics a surface can be represented as a set of pieces of planes. The intersection of a ray of light with each plane is used to produce an image of the surface.The algorithm can be generalised to cover intersection with other planar figures, in particular, the
intersection of a polyhedron with a line .
Wikimedia Foundation. 2010.