PL=cross2T(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 |
PL : | is a list of 3 points PL=[px py pz] describing the crossing points of ex, ey, and ez vectors with the x/y plane (z=0). |
cross2T(eye(4),T2P([3 0 5],[1 1 1]))