@cearth/tools
Version:
CEarth 的 工具库
77 lines (35 loc) • 767 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [RotationInfo](./tools.rotationinfo.md)
## RotationInfo interface
旋转操作信息
**Signature:**
```typescript
export interface RotationInfo
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[angle](./tools.rotationinfo.angle.md)
</td><td>
</td><td>
number
</td><td>
旋转角度
</td></tr>
<tr><td>
[axis](./tools.rotationinfo.axis.md)
</td><td>
</td><td>
Cartesian3
</td><td>
旋转轴
</td></tr>
</tbody></table>