Nodes > Math > Geometric > Cross

Returns the cross product of the input vectors.
Inputs
| Name | Type | Description |
|---|---|---|
| A | float | First input vector |
| B | float | Second input vector |
Outputs
| Name | Type | Description |
|---|---|---|
| cross( A, B ) | float | Cross product of A and B |
Was this page helpful?