<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/effect](./effect.md) &gt; [getCurvePoints](./effect.getcurvepoints.md)

## getCurvePoints() function

获取曲线的点

**Signature:**

```typescript
export declare function getCurvePoints(curve: Curve<Vector3>, options?: SampleOptions): Vector3[];
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  curve | Curve&lt;Vector3&gt; |  |
|  options | SampleOptions | _(Optional)_ |

**Returns:**

Vector3\[\]


