Use this when you want to find a vector perpendicular to two others within a flow, for example computing a normal direction for a surface.
Inputs
Name | Abbreviation | Type | Access | Description |
A | A | Vector | Item | The first vector |
B | B | Vector | Item | The second vector |
Outputs
Name | Abbreviation | Type | Access | Description |
Vector | V | Vector | Item | The cross product of the two vectors |

