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

# Spline by Tangents

Create a cubic spline that passes through multiple points with corresponding tangent vectors.

### Inputs

| Name     | Type                                                        | Description                                                                                                                          |
| -------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| Points   | [Point List](../../../../block-documentation/types/point)   | Ordered list of points to pass the curve through. Curve will be closed if start and end point are the same.                          |
| Tangents | [Vector List](../../../../block-documentation/types/vector) | Tangent vectors of the spline at each point. The magnitude of this value will determine the distance to the adjacent control points. |

### Outputs

| Type                                                   |
| ------------------------------------------------------ |
| [Spline](../../../../block-documentation/types/spline) |
