TransposeMatrix
Swaps rows with columns in a matrix.
Syntax
C++
Python
def TransposeMatrix( inMatrix: Matrix, outTranspose: Matrix, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMatrix | Matrix | ||
![]() |
outTranspose | Matrix |
Swaps rows with columns in a matrix.
def TransposeMatrix( inMatrix: Matrix, outTranspose: Matrix, / ) -> None
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMatrix | Matrix | ||
![]() |
outTranspose | Matrix |