# Vector Cross Product

![](https://692276616-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN06Vv6nlwviUQ4hI2Kkd%2Fuploads%2Fgit-blob-95539be4e2791028b55d48300b435d5ccc702541%2Fvector-cross-product.png?alt=media)

## Description

Calculate the cross product of two input vectors

## Node Type

Nodes fall into two basic categories: Data and Execution. This node supplies Data for an Execution node.

## Inputs

| Input     | Type    | Required | Description                                 |
| --------- | ------- | -------- | ------------------------------------------- |
| Operand A | Vector3 | Yes      | A position to calculate cross product from. |
| Operand B | Vector3 | Yes      | A position to calculate cross product from. |

## Outputs

| Output | Type    | Description                                           |
| ------ | ------- | ----------------------------------------------------- |
| Result | Vector3 | The Vector3 that is the cross product of both inputs. |

\
\
**Contributors**

AddiCt3d 2CHa0s
