Name | Description | |
---|---|---|
Clone | Creates an exect duplicate of the MatrixEx | |
Dispose | Disposes allocated resources. | |
Invert | Inverts the MatrixEx if it can be inverted. | |
Multiply | Prepends the specified MatrixEx to multiply this MatrixEx instance. | |
Reset |
Resets the MatrixEx
| |
Rotate | Prepends a clockwise rotation, around the origin and by the indicated angle, to the MatrixEx. | |
RotateAt | Overloaded. Prepends a clockwise rotation, around the point specified and by the indicated angle, to the MatrixEx. | |
Scale | Prepends a scale vector to the MatrixEx | |
TransformPoints | Applies a geometric transform represented by the MatrixEx to the provided points. | |
Translate | Prepends the specified translation vector to the MatrixEx |