> ## 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 Distance Field

Create a Spline distance field. The signed distance of a planar Spline curve will be returned.

### Inputs

| Name             | Type                                                                          | Description                                                         |
| ---------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| Control points   | [2D Vector Field List](../../../../block-documentation/types/2d-vector-field) | List of control points of the Spline curve.                         |
| Degree           | [Integer](../../../../block-documentation/types/integer)                      | Degree of the Spline.                                               |
| Coordinate space | [2D Vector Field](../../../../block-documentation/types/2d-vector-field)      | Vector Field representing the basis in which to evaluate the curve. |

### Outputs

| Type                                                                 |
| -------------------------------------------------------------------- |
| [Implicit Body](../../../../block-documentation/types/implicit-body) |
