Re: [Algorithms] 3d Lines Intersection
Brought to you by:
vexxed72
From: <ro...@do...> - 2000-07-30 00:37:21
|
Steve Wood wrote: >> -----Original Message----- >> From: Jim Offerman [mailto:j.o...@in...] >> >> - calculate (x, y) intersection (result <x1, y>) >> > >OK, the intersection of the two lines as projected onto the x,y coordinate >plane. > >> >> - calculate (x, z) intersection (result <x2, z>) >> > >OK, the intersection of the two lines as projected onto the x,z coordinate >plane. > >> >> - if (x1 == x2) the lines intersect at <x1, y, z> >> > >That sounds right...good work. > Unfortunately, there is no logical basis for it and it is quite wrong. |