Created a page for the Transpose node. |
Fixed node visual. |
||
Line 1: | Line 1: | ||
{{#Invoke:ProtoFlux|GenerateUI | {{#Invoke:ProtoFlux|GenerateUI | ||
|Name=Transpose | |Name=M<sup>T<sup> (Transpose) | ||
|Category=Matrix | |Category=Matrix | ||
|Inputs= | |Inputs= |
Revision as of 22:36, 28 June 2024
MT (Transpose)
Matrix
The Transpose node takes in a matrix value and returns the transposed result. Transposing a matrix changes the way on how the matrix is read, either Row-major or Column-major ordering, swapping or flipping diagonally from one to the other.
Inputs
A (Pseudo-Generic)
The matrix value we want to change.
Outputs
* (Pseudo-Generic)
Returns the transposed (different ordering) matrix.