Unity Products:Amplify Shader Editor/Transpose: Difference between revisions

From Amplify Creations Wiki
Jump to navigation Jump to search
m (1 revision imported)
m (1 revision imported)
 
(No difference)

Latest revision as of 00:06, 2 December 2023

Back to Node List

Transpose Node

The Transpose node calculates the transpose matrix from the one specified on its Input. This operator switches its rows by columns and vice versa, it flips itself over its diagonal.
If the specified matrix is orthogonal then the transpose is equals to its Inverse



Image from: Transpose Wiki

Input Port Description Type
Input Matrix to be transposed. Matrix3x3/4x4

Back to Node List