Nodes > Math > Common > Transform by Matrix

Transforms B by A using multiplication. A and B can be configured to be either vectors or matrices.
Inputs
| Name | Type | Description |
|---|---|---|
| A | matrix | Input A |
| B | float | Input B |
Outputs
| Name | Type | Description |
|---|---|---|
| ( A x B ) | float | B transformed by A |
Was this page helpful?