TX=Tcross2T(T1,T2)
T1 : | HT matrix 1 (plane), that describes a plane by an ez-Vector and a position p | |
T2 : | HT matrix 2 (plane), at describes a plane by an ez-Vector and a position p |
TX : | HT matrix of the resulting straight line |
Plot the crossing line of two planes
TX=Tcross2T (TA,TB)
tlplot (TX,'m',50)
[o,n]=distT(pa',TX), pla=pa'-o, pplot (pla,'r*',4)
[o,n]=distT(pb',TX), plb=pb'-o, pplot (plb,'r*',4)