@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
21 lines (13 loc) • 626 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [FrenetFrame](./tools.frenetframe.md)
## FrenetFrame interface
**Signature:**
```typescript
export interface FrenetFrame
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [binormal](./tools.frenetframe.binormal.md) | | Vector3 | 副法线;作为y轴 |
| [normal](./tools.frenetframe.normal.md) | | Vector3 | 法线;作为x轴 |
| [tangent](./tools.frenetframe.tangent.md) | | Vector3 | 切线;为z轴 |