@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
26 lines (14 loc) • 609 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [frontUpFrameToFrenetFrame](./tools.frontupframetofrenetframe.md)
## frontUpFrameToFrenetFrame() function
FrontUpFrame 转为 FrenetFrame
**Signature:**
```typescript
export declare function frontUpFrameToFrenetFrame(frame: FrontUpFrame): FrenetFrame;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| frame | [FrontUpFrame](./tools.frontupframe.md) | |
**Returns:**
[FrenetFrame](./tools.frenetframe.md)