@cearth/tools
Version:
CEarth 的 工具库
76 lines (35 loc) • 752 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [HeadingPitchRollComponent](./tools.headingpitchrollcomponent.md)
## HeadingPitchRollComponent enum
HeadingPitchRoll 的 各个分量
**Signature:**
```typescript
export declare enum HeadingPitchRollComponent
```
## Enumeration Members
<table><thead><tr><th>
Member
</th><th>
Value
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
heading
</td><td>
`0`
</td><td>
</td></tr>
<tr><td>
pitch
</td><td>
`1`
</td><td>
</td></tr>
<tr><td>
roll
</td><td>
`2`
</td><td>
</td></tr>
</tbody></table>