Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Documentation~/Operator-Transpose(Matrix).md
2024-08-26 23:07:20 +03:00

16 lines
753 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Transpose (Matrix)
Menu Path : **Operator > Math > Geometry > Transpose (Matrix)**
The **Transpose (Matrix)** Operator flips a matrix across its diagonal, swapping the matrixs column values and its row values. This is the same operation as [Matrix4x4.transpose](https://docs.unity3d.com/ScriptReference/Matrix4x4-transpose.html).
## Operator properties
| **Input** | **Type** | **Description** |
| ---------- | -------- | ------------------------------------ |
| **Matrix** | Matrix | The Matrix this Operator transposes. |
| **Output** | **Type** | **Description** |
| ---------- | -------- | ------------------------------------ |
| **Matrix** | Matrix | The result of the transposed Matrix. |