@three3d/effect
Version:
@three3d/effect 提供了 ThreeJS 的特效
27 lines (15 loc) • 580 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/effect](./effect.md) > [getCurvePoints](./effect.getcurvepoints.md)
## getCurvePoints() function
获取曲线的点
**Signature:**
```typescript
export declare function getCurvePoints(curve: Curve<Vector3>, options?: SampleOptions): Vector3[];
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| curve | Curve<Vector3> | |
| options | SampleOptions | _(Optional)_ |
**Returns:**
Vector3\[\]