> ## 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.

# Perpendicular Vector

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

  <Card title="Vector, 1.1.0" href="#vector-110" />

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

  <Card title="2D Vector Field, 5.31.0" href="#2d-vector-field-5310" />
</CardGroup>

***

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

Get an arbitrary perpendicular vector from the input vector.

### Inputs

| Name   | Type                                                   | Description                                    |
| ------ | ------------------------------------------------------ | ---------------------------------------------- |
| Vector | [Vector](../../../../block-documentation/types/vector) | Input vector to get perpendicular vector from. |

### Outputs

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

***

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

Get an arbitrary perpendicular vector from the input vector.

### Inputs

| Name   | Type                                                   | Description                                    |
| ------ | ------------------------------------------------------ | ---------------------------------------------- |
| Vector | [Vector](../../../../block-documentation/types/vector) | Input vector to get perpendicular vector from. |

### Outputs

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

***

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

Create a vector field of arbitrary perpendicular vectors from another vector field. A continuous input does not guarantee a continuous output.

### Inputs

| Name         | Type                                                               | Description                                                |
| ------------ | ------------------------------------------------------------------ | ---------------------------------------------------------- |
| Vector field | [Vector Field](../../../../block-documentation/types/vector-field) | Vector field to create arbitrary perpendicular field from. |

### Outputs

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

***

<h2 id="2d-vector-field-5310">
  2D Vector Field, 5.31.0
</h2>

Create a 2d vector field of arbitrary perpendicular vectors from another 2d vector field.

### Inputs

| Name            | Type                                                                     | Description                                         |
| --------------- | ------------------------------------------------------------------------ | --------------------------------------------------- |
| 2d vector field | [2D Vector Field](../../../../block-documentation/types/2d-vector-field) | 2D vector field to create perpendicular field from. |

### Outputs

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