@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
26 lines (14 loc) • 744 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [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)<!-- --><T> | 选项 |
**Returns:**
GetCurvePointAwayFrom\_Result<T>