UNPKG

@three3d/tools

Version:

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

26 lines (14 loc) 744 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@three3d/tools](./tools.md) &gt; [getCurvePointAwayFrom](./tools.getcurvepointawayfrom.md) ## getCurvePointAwayFrom() function 获取曲线上与指定位置(fromU)相距一定距离的点 **Signature:** ```typescript export declare function getCurvePointAwayFrom<T extends Vector>(options: GetCurvePointAwayFromOptions<T>): GetCurvePointAwayFrom_Result<T>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | [GetCurvePointAwayFromOptions](./tools.getcurvepointawayfromoptions.md)<!-- -->&lt;T&gt; | 选项 | **Returns:** GetCurvePointAwayFrom\_Result&lt;T&gt;