@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
23 lines (14 loc) • 677 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [CourseInfo](./tools.courseinfo.md)
## CourseInfo interface
航向信息
**Signature:**
```typescript
export interface CourseInfo
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [pitch](./tools.courseinfo.pitch.md) | | [AzimuthInfo](./tools.azimuthinfo.md) | 俯仰角 |
| [roll](./tools.courseinfo.roll.md) | | [AzimuthInfo](./tools.azimuthinfo.md) | 横滚角 |
| [yaw](./tools.courseinfo.yaw.md) | | [AzimuthInfo](./tools.azimuthinfo.md) | 偏航角 |