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

Content added Content deleted
m (added whitespace.)
Line 1: Line 1:
[[Category:Geometry]]
[[Category:Geometry]]
[[Category:Collision detection]]
[[Category:Collision detection]]
{{task}}
{{task}}Finding the intersection of an infinite ray with a plane in 3D is an important topic in collision detection.
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].
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}}==
=={{header|11l}}==