function Rotate90(const Mtx: TMtx): Matrix;
Rotates the matrix by 90 degree.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx |
Returns: Matrix
Remarks:
Internally calls Matrix.Rotate90
Rotates the matrix by 90 degree.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx |
Returns: Matrix
Internally calls Matrix.Rotate90