@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
23 lines (14 loc) • 744 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [CourseAzimuthMap](./tools.courseazimuthmap.md)
## CourseAzimuthMap interface
航向方位映射
**Signature:**
```typescript
export interface CourseAzimuthMap<Define extends AzimuthDefine = AzimuthDefine>
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [pitch?](./tools.courseazimuthmap.pitch.md) | | Define \| null | _(Optional)_ 俯仰角 |
| [roll?](./tools.courseazimuthmap.roll.md) | | Define \| null | _(Optional)_ 横滚角 |
| [yaw?](./tools.courseazimuthmap.yaw.md) | | Define \| null | _(Optional)_ 偏航角 |