UNPKG

@three3d/tools

Version:

@three3d/tools 提供了 ThreeJS 常用的工具库

26 lines (14 loc) 552 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@three3d/tools](./tools.md) &gt; [createPolylineCurve](./tools.createpolylinecurve.md) ## createPolylineCurve() function 创建折线曲线 **Signature:** ```typescript export declare function createPolylineCurve<V extends Vector>(points: V[]): CurvePath<V>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | points | V\[\] | 折线的顶点列表 | **Returns:** CurvePath&lt;V&gt;