Hi, how can I determine if a line(given (x1,y1,z1),(x2,y2,z2) on the line) intersects a plane(given (x3,y3,z3),(x4,y4,z4), (x5,y5,z5) on the plane)
Thanks helping.
This is a discussion on Determine if a line intersects a plane where 2 points for line, 3 points for plane within the C Programming forums, part of the General Programming Boards category; Hi, how can I determine if a line(given (x1,y1,z1),(x2,y2,z2) on the line) intersects a plane(given (x3,y3,z3),(x4,y4,z4), (x5,y5,z5) on the plane) ...
Hi, how can I determine if a line(given (x1,y1,z1),(x2,y2,z2) on the line) intersects a plane(given (x3,y3,z3),(x4,y4,z4), (x5,y5,z5) on the plane)
Thanks helping.
line - Google Search intersect plane
The human mind treats a new idea the way the body treats a strange protein; it rejects it. - P.B.Medawar
While it's not hard, if you don't know cross products, dot products and parametric equations of lines, it's a long lecture.
http://softsurfer.com/Archive/algori...ithm_0104B.htm
I use this site along with the book "3D Math Primer for Graphics and Game Development" as my primary sources.
Last edited by Cynic; 03-25-2012 at 05:51 PM.