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

# Equidistant Points on Curve

<CardGroup cols={2}>
  <Card title="Curve (old), Scalar" href="#curve-old-scalar" />

  <Card title="Curve, Scalar, 5.20.0" href="#curve-scalar-5200" />
</CardGroup>

***

<h2 id="curve-old-scalar">
  Curve (old), Scalar
</h2>

Sample a curve using a specified length increment.

### Inputs

| Name      | Type                                                           | Description                               |
| --------- | -------------------------------------------------------------- | ----------------------------------------- |
| Curve     | [Curve (old)](../../../../block-documentation/types/curve-old) | Curve to sample.                          |
| Increment | [Scalar](../../../../block-documentation/types/scalar)         | Increment to use when sampling the curve. |

### Outputs

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

***

<h2 id="curve-scalar-5200">
  Curve, Scalar, 5.20.0
</h2>

Sample a curve using a specified length increment.

### Inputs

| Name      | Type                                                   | Description                               |
| --------- | ------------------------------------------------------ | ----------------------------------------- |
| Curve     | [Curve](../../../../block-documentation/types/curve)   | Curve to sample.                          |
| Increment | [Scalar](../../../../block-documentation/types/scalar) | Increment to use when sampling the curve. |

### Outputs

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