Nodes > Functions > Matrix > Split Matrix

Splits a matrix into its individual columns or rows, depending on the Mode setting.
Inputs
| Name | Type | Description |
|---|---|---|
| Matrix | matrix | Matrix to split |
Outputs
| Name | Type | Description |
|---|---|---|
| right - Column 0 | float | Column 0 as a vector |
| up - Column 1 | float | Column 1 as a vector |
| forward - Column 2 | float | Column 2 as a vector |
| translation - Column 3 | float | Column 3 as a vector |
Properties
| Name | Type | Description |
|---|---|---|
| Mode | dropdown | Whether to split the matrix into columns or rows |
| Dimension | dropdown | Number of dimensions to use of the matrix |
Was this page helpful?