> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cross Product

<CardGroup cols={2}>
  <Card title="Vector, Vector" href="#vector-vector" />

  <Card title="Vector Field, Vector Field" href="#vector-field-vector-field" />
</CardGroup>

***

<h2 id="vector-vector">
  Vector, Vector
</h2>

Return the cross product of two Vectors.

### Inputs

| Name      | Type                                                   | Description     |
| --------- | ------------------------------------------------------ | --------------- |
| Operand a | [Vector](../../../../block-documentation/types/vector) | First operand.  |
| Operand b | [Vector](../../../../block-documentation/types/vector) | Second operand. |

### Outputs

| Type                                                   |
| ------------------------------------------------------ |
| [Vector](../../../../block-documentation/types/vector) |

***

<h2 id="vector-field-vector-field">
  Vector Field, Vector Field
</h2>

Return the cross product of two Vector Fields.

### Inputs

| Name      | Type                                                               | Description     |
| --------- | ------------------------------------------------------------------ | --------------- |
| Operand a | [Vector Field](../../../../block-documentation/types/vector-field) | First operand.  |
| Operand b | [Vector Field](../../../../block-documentation/types/vector-field) | Second operand. |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Vector Field](../../../../block-documentation/types/vector-field) |
