EvaBugs
- 19
- 0
To find the point of intersection of two lines, do I use the same method as in finding the intersection of a line and a plane?
neurocomp2003 said:ooh a graphics question...sorry i can't remember the solution off the top of my head its in my graphics book but assuming you no that the 2 lines intersect then the solution
evolves using the parametrics
aight i go get the book...
This ist he distance between 2 lines: obviously if there is an intersection
then d=0 but the solution points still hold true to what your looking for
|t1| = |V1.V1 ,-V1.V2|^-1 * |(P2-P1).V1|
|t2|... |V1.V2 ,-v2.v2|...|(P2-P1).V2|
hope this doesn't look ugly
t1,t2 will give you the parametric solution plug into one and you get your point.
EvaBugs said:Should I find the line that is the cross-product of the normal vectors?