Method Inverse
Inverse(MTransform)
Inverses the given transform.
Declaration
public static Math.MTransform Inverse(Math.MTransform transform)
Parameters
| Type | Name | Description |
|---|---|---|
| Math.MTransform | transform | A MTransform to process. |
Returns
| Type | Description |
|---|---|
| Math.MTransform | An inverse of the provided transform. |
Inverse(ScaledMTransform)
Inverses the given transform.
Declaration
public static Math.ScaledMTransform Inverse(Math.ScaledMTransform transform)
Parameters
| Type | Name | Description |
|---|---|---|
| Math.ScaledMTransform | transform | A ScaledMTransform to process. |
Returns
| Type | Description |
|---|---|
| Math.ScaledMTransform | A ScaledMTransform that is the inverse of the input. |