Transpose this matrix. @return this
()
| 302 | * @return this |
| 303 | */ |
| 304 | public Mat2 transpose() { |
| 305 | return transpose(this); |
| 306 | } |
| 307 | |
| 308 | /** |
| 309 | * Transpose <code>this</code> matrix and store the result in <code>dest</code>. |
no test coverage detected