Combine the current transform with another one.
The result is a transform that is equivalent to applying this followed by transform. Mathematically, it is equivalent to a matrix multiplication.
Reference to this.
See Implementation
Combine the current transform with another one.
The result is a transform that is equivalent to applying this followed by transform. Mathematically, it is equivalent to a matrix multiplication.