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