A matrix holds an affine transformations, such as a scale, rotation, shear, or a combination of these, and is used to convert between different coordinate spaces.
wx.lib.graphics.GraphicsObject
Initialize self. See help(type(self)) for accurate signature. |
|
Concatenates the matrix passed with the current matrix. |
|
Return the component values of the matrix as a tuple. |
|
Inverts the matrix. |
|
Returns |
|
Returns |
|
Rotates the matrix in radians |
|
Scale the matrix |
|
Set the components of the matrix by value, default values |
|
Applies this matrix to a distance (ie. performs all transforms |
|
Applies this matrix to a point and returns the result |
|
Translate the matrix. This shifts the origin. |
A matrix holds an affine transformations, such as a scale, rotation, shear, or a combination of these, and is used to convert between different coordinate spaces.
Initialize self. See help(type(self)) for accurate signature.
Concatenates the matrix passed with the current matrix.
Return the component values of the matrix as a tuple.
Inverts the matrix.
Returns True
if the elements of the transformation matrices are equal.
Returns True
if this is the identity matrix.
Rotates the matrix in radians
Scale the matrix
Set the components of the matrix by value, default values are the identity matrix.
Applies this matrix to a distance (ie. performs all transforms except translations.)
Applies this matrix to a point and returns the result
Translate the matrix. This shifts the origin.