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

# Point between Points

Create a point linearly interpolated between two points.

### Inputs

| Name    | Type                                                   | Description                     |
| ------- | ------------------------------------------------------ | ------------------------------- |
| Point 1 | [Point](../../../../block-documentation/types/point)   | First Point to be interpolated. |
| Point 2 | [Point](../../../../block-documentation/types/point)   | First Point to be interpolated. |
| Factor  | [Scalar](../../../../block-documentation/types/scalar) | Interpolation factor.           |

### Outputs

| Type                                                 |
| ---------------------------------------------------- |
| [Point](../../../../block-documentation/types/point) |
