TFLIP = fliptform(T) creates a new spatial transformation structure, a TFORM struct, by flipping the roles of the inputs and outputs in an existing TFORM struct.
TFLIP = fliptform(T)
T = maketform('affine', [.5 0 0; .5 2 0; 0 0 1]); T2 = fliptform(T)