UNPKG

@three3d/effect

Version:

@three3d/effect 提供了 ThreeJS 的特效

27 lines (15 loc) 580 B
<!-- 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\[\]