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

# Arc by Tangent

Create an arc from a start point, tangent direction, and end point.

### Inputs

| Name          | Type                                                   | Description                                                              |
| ------------- | ------------------------------------------------------ | ------------------------------------------------------------------------ |
| Start point   | [Point](../../../../block-documentation/types/point)   | Start point of the arc.                                                  |
| Start tangent | [Vector](../../../../block-documentation/types/vector) | Vector representing the tangent direction of the arc at the start point. |
| End point     | [Point](../../../../block-documentation/types/point)   | End point of the arc.                                                    |

### Outputs

| Type                                             |
| ------------------------------------------------ |
| [Arc](../../../../block-documentation/types/arc) |
