Overload of binary operator * to combine two transforms.
This call is equivalent to:
Transform combined = transform; combined.combine(rhs);
the second transform to be combined with the first
New combined transform.
See Implementation
Overload of binary operator * to combine two transforms.
This call is equivalent to: