Jump to content

Find the intersection of a line with a plane: Difference between revisions

m
added whitespace.
m (added whitespace.)
Line 1:
[[Category:Geometry]]
[[Category:Collision detection]]
{{task}}
{{task}}Finding the intersection of an infinite ray with a plane in 3D is an important topic in collision detection.
 
;Task:
 
;Task:
Find the point of intersection for the infinite ray with direction   (0, -1, -1)   passing through position   (0,  0,  10)   with the infinite plane with a normal vector of   (0,  0,  1)   and which passes through [0,  0,  5].
<br><br>
 
=={{header|11l}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.