@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
27 lines (16 loc) • 735 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [FrenetFrames](./tools.frenetframes.md)
## FrenetFrames interface
FrenetFrame列表
**Signature:**
```typescript
export interface FrenetFrames
```
## Remarks
各个列表的长度相等
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [binormals](./tools.frenetframes.binormals.md) | | Vector3\[\] | 副法线列表;作为y轴 |
| [normals](./tools.frenetframes.normals.md) | | Vector3\[\] | 法线列表;作为x轴 |
| [tangents](./tools.frenetframes.tangents.md) | | Vector3\[\] | 切线列表;为z轴 |