Name | Description | |
---|---|---|
![]() | Invert | Inverts this matrix object. |
![]() | Multiply | Overloaded. Multiplies this matrix by the matrix specified in the matrix parameter. |
![]() | Rotate | Rotates the matrix with the specified angle. |
![]() ![]() | RotatedMatrix | Creates a matrix with a rotation as the initial value. |
![]() | Scale | Scales the matrix. |
![]() ![]() | ScaledMatrix | Creates a matrix with a scaling as the initial value. |
![]() | ToString | Converts the matrix to string representation. |
![]() | TransformPoint | Overloaded. Transforms the point with the affine transformation specifies by this matrix. |
![]() | TransformPoints | Transforms the point with the affine transformation specifies by this matrix. |
![]() | TransformVector | Overloaded. Transforms the point with the affine transformation specifies by this matrix and ignores the translation values. |
![]() | TransformVectors | Transforms the point with the affine transformation specifies by this matrix and ignores the translation values. |
![]() | Translate | Translates the matrix. |
![]() ![]() | TranslatedMatrix | Creates a matrix with a translation as the initial value. |