Sets the value of this matrix to the result of multiplying itself with the specified matrix. In other words, performs {@code this} = {@code this} × {@code matrix}. In the context of coordinate transformations, this is equivalent to {@linkplain java.awt.geom.AffineTransform#concatenate AffineTransform.concatenate}: first transforms by the supplied transform and then transform the result by the original transform.
@param matrix The matrix to multiply to this matrix.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.