@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
28 lines (16 loc) • 811 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [computeFrenetFrameRelation](./tools.computefrenetframerelation.md)
## computeFrenetFrameRelation() function
计算FrenetFrame各轴的平行和垂直关系
**Signature:**
```typescript
export declare function computeFrenetFrameRelation(frontFrame: FrenetFrame, backFrame: FrenetFrame, zeroThreshold?: number): FrenetFrameRelation;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| frontFrame | [FrenetFrame](./tools.frenetframe.md) | |
| backFrame | [FrenetFrame](./tools.frenetframe.md) | |
| zeroThreshold | number | _(Optional)_ |
**Returns:**
[FrenetFrameRelation](./tools.frenetframerelation.md)