UNPKG

@three3d/tools

Version:

@three3d/tools 提供了 ThreeJS 常用的工具库

23 lines (14 loc) 677 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@three3d/tools](./tools.md) &gt; [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) | 偏航角 |