Draw::Matrix
Inherits Reference < Object
Class methods
Creates a transformation matrix, combining a scale and a translation, that transform r1 into r2.
Creates a transformation matrix with a translation tx and ty translation parameter
Instance methods
Applies the transformation inverse matrix to the rectangle represented by the min and the max point of the rectangle
Applies the transformation inverse matrix to point. It returns the point the transformed point.
Applies the transformation matrix to points. It modify the points passed in parameter.
Applies the transformation matrix to point. It returns the point the transformed point.
Applies the transformation matrix to the rectangle represented by the min and the max point of the rectangle.
Applies the transformation matrix to points without using the translation parameter of the affine matrix. It modifies the points passed in parameter.