Matrix Rotate90(TMtx *Mtx);
Rotates the matrix by 90 degree.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx * |
Remarks:
Internally calls Matrix::Rotate90
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Rotates the matrix by 90 degree.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx * |
Internally calls Matrix::Rotate90